From f3774c855a0c42b85030087eca63ac7ccfd35714 Mon Sep 17 00:00:00 2001 From: vbawol Date: Tue, 26 Sep 2017 15:54:30 -0500 Subject: [PATCH] debug 2 --- Sources/epoch_code/compile/both/EPOCH_compiler.sqf | 2 ++ 1 file changed, 2 insertions(+) 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 { {