mirror of
https://github.com/EpochModTeam/Epoch.git
synced 2024-08-30 18:22:13 +00:00
should be string here
This commit is contained in:
parent
f3774c855a
commit
91f998a7ed
@ -39,7 +39,7 @@ _customVarsInit = getArray(getMissionConfig "CfgEpochClient" >> "customVarsDefau
|
||||
_customVarNames = _customVarsInit apply {_x param [0,""]};
|
||||
_header = "";
|
||||
{
|
||||
_header = _header + format["_player%1Key = EPOCH_%2;",_x, round(diag_tickTime + random 99999)];
|
||||
_header = _header + format["_player%1Key = 'EPOCH_%2';",_x, round(diag_tickTime + random 99999)];
|
||||
} forEach _customVarNames;
|
||||
|
||||
diag_log format["DEBUG: _header: %1",_header];
|
||||
|
Loading…
Reference in New Issue
Block a user