Remove legacy config trader menu

Advanced trading now does everything the legacy config menu did and
more.
This commit is contained in:
ebaydayz
2016-05-12 16:41:40 -04:00
parent 3be1d4e6bf
commit 8b0e03545f
3 changed files with 4 additions and 242 deletions

View File

@@ -511,13 +511,9 @@ if (!isDedicated) then {
dayz_originalPlayer = player;
// trader menu code
if (DZE_ConfigTrader) then {
call compile preprocessFileLineNumbers "\z\addons\dayz_code\compile\player_traderMenuConfig.sqf";
} else {
call compile preprocessFileLineNumbers "\z\addons\dayz_code\compile\player_traderMenuHive.sqf";
};
// recent murders menu code
// database trader menu
if (!DZE_ConfigTrader) then {call compile preprocessFileLineNumbers "\z\addons\dayz_code\compile\player_traderMenuHive.sqf";};
// recent murders menu
call compile preprocessFileLineNumbers "\z\addons\dayz_code\compile\player_murderMenu.sqf";
};