mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
fix for 1.63 112555
Error ==: Type Bool, expected Number,String,Object,Side,Group,Text,Config entry,Display (dialog),Control,Team member,Task,Location
This commit is contained in:
@@ -194,10 +194,9 @@ class FSM
|
|||||||
"_timeStart = diag_tickTime;" \n
|
"_timeStart = diag_tickTime;" \n
|
||||||
"_readytoAuth = false;" \n
|
"_readytoAuth = false;" \n
|
||||||
"_startCheck = 0;" \n
|
"_startCheck = 0;" \n
|
||||||
"if(isNil ""DZEdebug"") then { DZEdebug = 1; };" \n
|
|
||||||
"_debug = DZEdebug;" \n
|
"_debug = DZEdebug;" \n
|
||||||
"" \n
|
"" \n
|
||||||
"if (_debug == 1) then {" \n
|
"if (_debug) then {" \n
|
||||||
"diag_log (""DAYZ: CLIENT IS RUNNING DAYZ_CODE "" + str(dayz_versionNo));" \n
|
"diag_log (""DAYZ: CLIENT IS RUNNING DAYZ_CODE "" + str(dayz_versionNo));" \n
|
||||||
"};" \n
|
"};" \n
|
||||||
"" \n
|
"" \n
|
||||||
|
|||||||
Reference in New Issue
Block a user