From 07793263257b25329349d00126af3c61de6eae33 Mon Sep 17 00:00:00 2001 From: AirwavesMan Date: Sat, 12 Sep 2020 19:38:45 +0200 Subject: [PATCH] Move old trading files --- SQF/dayz_code/{actions => old}/trade_any_bicycle.sqf | 0 SQF/dayz_code/{actions => old}/trade_any_bicycle_old.sqf | 0 SQF/dayz_code/{actions => old}/trade_any_boat.sqf | 0 SQF/dayz_code/{actions => old}/trade_any_boat_old.sqf | 0 SQF/dayz_code/{actions => old}/trade_any_vehicle.sqf | 0 SQF/dayz_code/{actions => old}/trade_any_vehicle_free.sqf | 0 SQF/dayz_code/{actions => old}/trade_any_vehicle_old.sqf | 0 SQF/dayz_code/{actions => old}/trade_backpacks.sqf | 0 SQF/dayz_code/{actions => old}/trade_backpacks_old.sqf | 0 SQF/dayz_code/{actions => old}/trade_cancel.sqf | 0 SQF/dayz_code/{actions => old}/trade_items.sqf | 0 SQF/dayz_code/{actions => old}/trade_items_old.sqf | 0 SQF/dayz_code/{actions => old}/trade_metals.sqf | 0 SQF/dayz_code/{actions => old}/trade_weapons.sqf | 0 SQF/dayz_code/{actions => old}/trade_weapons_old.sqf | 0 15 files changed, 0 insertions(+), 0 deletions(-) rename SQF/dayz_code/{actions => old}/trade_any_bicycle.sqf (100%) rename SQF/dayz_code/{actions => old}/trade_any_bicycle_old.sqf (100%) rename SQF/dayz_code/{actions => old}/trade_any_boat.sqf (100%) rename SQF/dayz_code/{actions => old}/trade_any_boat_old.sqf (100%) rename SQF/dayz_code/{actions => old}/trade_any_vehicle.sqf (100%) rename SQF/dayz_code/{actions => old}/trade_any_vehicle_free.sqf (100%) rename SQF/dayz_code/{actions => old}/trade_any_vehicle_old.sqf (100%) rename SQF/dayz_code/{actions => old}/trade_backpacks.sqf (100%) rename SQF/dayz_code/{actions => old}/trade_backpacks_old.sqf (100%) rename SQF/dayz_code/{actions => old}/trade_cancel.sqf (100%) rename SQF/dayz_code/{actions => old}/trade_items.sqf (100%) rename SQF/dayz_code/{actions => old}/trade_items_old.sqf (100%) rename SQF/dayz_code/{actions => old}/trade_metals.sqf (100%) rename SQF/dayz_code/{actions => old}/trade_weapons.sqf (100%) rename SQF/dayz_code/{actions => old}/trade_weapons_old.sqf (100%) diff --git a/SQF/dayz_code/actions/trade_any_bicycle.sqf b/SQF/dayz_code/old/trade_any_bicycle.sqf similarity index 100% rename from SQF/dayz_code/actions/trade_any_bicycle.sqf rename to SQF/dayz_code/old/trade_any_bicycle.sqf diff --git a/SQF/dayz_code/actions/trade_any_bicycle_old.sqf b/SQF/dayz_code/old/trade_any_bicycle_old.sqf similarity index 100% rename from SQF/dayz_code/actions/trade_any_bicycle_old.sqf rename to SQF/dayz_code/old/trade_any_bicycle_old.sqf diff --git a/SQF/dayz_code/actions/trade_any_boat.sqf b/SQF/dayz_code/old/trade_any_boat.sqf similarity index 100% rename from SQF/dayz_code/actions/trade_any_boat.sqf rename to SQF/dayz_code/old/trade_any_boat.sqf diff --git a/SQF/dayz_code/actions/trade_any_boat_old.sqf b/SQF/dayz_code/old/trade_any_boat_old.sqf similarity index 100% rename from SQF/dayz_code/actions/trade_any_boat_old.sqf rename to SQF/dayz_code/old/trade_any_boat_old.sqf diff --git a/SQF/dayz_code/actions/trade_any_vehicle.sqf b/SQF/dayz_code/old/trade_any_vehicle.sqf similarity index 100% rename from SQF/dayz_code/actions/trade_any_vehicle.sqf rename to SQF/dayz_code/old/trade_any_vehicle.sqf diff --git a/SQF/dayz_code/actions/trade_any_vehicle_free.sqf b/SQF/dayz_code/old/trade_any_vehicle_free.sqf similarity index 100% rename from SQF/dayz_code/actions/trade_any_vehicle_free.sqf rename to SQF/dayz_code/old/trade_any_vehicle_free.sqf diff --git a/SQF/dayz_code/actions/trade_any_vehicle_old.sqf b/SQF/dayz_code/old/trade_any_vehicle_old.sqf similarity index 100% rename from SQF/dayz_code/actions/trade_any_vehicle_old.sqf rename to SQF/dayz_code/old/trade_any_vehicle_old.sqf diff --git a/SQF/dayz_code/actions/trade_backpacks.sqf b/SQF/dayz_code/old/trade_backpacks.sqf similarity index 100% rename from SQF/dayz_code/actions/trade_backpacks.sqf rename to SQF/dayz_code/old/trade_backpacks.sqf diff --git a/SQF/dayz_code/actions/trade_backpacks_old.sqf b/SQF/dayz_code/old/trade_backpacks_old.sqf similarity index 100% rename from SQF/dayz_code/actions/trade_backpacks_old.sqf rename to SQF/dayz_code/old/trade_backpacks_old.sqf diff --git a/SQF/dayz_code/actions/trade_cancel.sqf b/SQF/dayz_code/old/trade_cancel.sqf similarity index 100% rename from SQF/dayz_code/actions/trade_cancel.sqf rename to SQF/dayz_code/old/trade_cancel.sqf diff --git a/SQF/dayz_code/actions/trade_items.sqf b/SQF/dayz_code/old/trade_items.sqf similarity index 100% rename from SQF/dayz_code/actions/trade_items.sqf rename to SQF/dayz_code/old/trade_items.sqf diff --git a/SQF/dayz_code/actions/trade_items_old.sqf b/SQF/dayz_code/old/trade_items_old.sqf similarity index 100% rename from SQF/dayz_code/actions/trade_items_old.sqf rename to SQF/dayz_code/old/trade_items_old.sqf diff --git a/SQF/dayz_code/actions/trade_metals.sqf b/SQF/dayz_code/old/trade_metals.sqf similarity index 100% rename from SQF/dayz_code/actions/trade_metals.sqf rename to SQF/dayz_code/old/trade_metals.sqf diff --git a/SQF/dayz_code/actions/trade_weapons.sqf b/SQF/dayz_code/old/trade_weapons.sqf similarity index 100% rename from SQF/dayz_code/actions/trade_weapons.sqf rename to SQF/dayz_code/old/trade_weapons.sqf diff --git a/SQF/dayz_code/actions/trade_weapons_old.sqf b/SQF/dayz_code/old/trade_weapons_old.sqf similarity index 100% rename from SQF/dayz_code/actions/trade_weapons_old.sqf rename to SQF/dayz_code/old/trade_weapons_old.sqf