mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-02-15 20:52:56 +03:00
Initialize CurrencyName in configVariables.sqf
https://github.com/EpochModTeam/DayZ-Epoch/issues/1712#issuecomment-242927452
This commit is contained in:
@@ -44,13 +44,6 @@ if (isNil "Z_AdvancedTradingInit") then {
|
||||
Z_BuyableArray = [];
|
||||
Z_BuyingArray = [];
|
||||
|
||||
if (isNil 'CurrencyName' && Z_SingleCurrency) then {
|
||||
CurrencyName = 'Coins'; // fallback
|
||||
};
|
||||
if (!Z_SingleCurrency) then {
|
||||
CurrencyName = '';
|
||||
};
|
||||
|
||||
/* end script config */
|
||||
|
||||
ZUPA_fnc_removeWeaponsAndMagazinesCargo = compile preprocessFileLineNumbers (Z_AT_FolderLocation + "\functions\zupa_fnc_removeWeaponsAndMagazinesCargo.sqf");
|
||||
|
||||
Reference in New Issue
Block a user