mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 20:13:13 +03:00
changed to missionConfigFile and commented out include
an
This commit is contained in:
@@ -26,7 +26,7 @@ TraderDialogLoadItemList = {
|
||||
ctrlSetText [TraderDialogBuyPrice, ""];
|
||||
ctrlSetText [TraderDialogSellPrice, ""];
|
||||
|
||||
_cfgTraderCategory = configFile >> "CfgTraderCategory" >> (format["Category_%1",_trader_id]);
|
||||
_cfgTraderCategory = missionConfigFile >> "CfgTraderCategory" >> (format["Category_%1",_trader_id]);
|
||||
|
||||
PVDZE_plr_TradeMenuResult = [];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user