mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-04-18 10:16:39 +03:00
Make ZSC vars getting only checked if Z_SingleCurrency = true
This commit is contained in:
@@ -44,7 +44,7 @@
|
||||
] call server_spawnTraders;
|
||||
|
||||
// Bankers
|
||||
if (Z_singleCurrency && Z_globalBanking && Z_globalBankingTraders) then {
|
||||
if (Z_singleCurrency && {Z_globalBanking && Z_globalBankingTraders}) then {
|
||||
[
|
||||
//Jesco
|
||||
["Functionary1_EP1",[9662.23,10879.8,0],0],
|
||||
|
||||
Reference in New Issue
Block a user