diff --git a/Sources/epoch_code/compile/both/EPOCH_compiler.sqf b/Sources/epoch_code/compile/both/EPOCH_compiler.sqf index fd331567..bb11aec5 100644 --- a/Sources/epoch_code/compile/both/EPOCH_compiler.sqf +++ b/Sources/epoch_code/compile/both/EPOCH_compiler.sqf @@ -42,6 +42,8 @@ _header = ""; _header = _header + format["_player%1Key = EPOCH_%2;",_x, round(diag_tickTime + random 99999)]; } forEach _customVarNames; +diag_log format["DEBUG: _header: %1",_header]; + _version = getNumber(_config >> "version"); if (_version >= 1) then { {