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:
[VB]AWOL
2014-02-24 01:48:07 -06:00
parent 4403c4e69b
commit a6a330a3c5

View File

@@ -194,10 +194,9 @@ class FSM
"_timeStart = diag_tickTime;" \n
"_readytoAuth = false;" \n
"_startCheck = 0;" \n
"if(isNil ""DZEdebug"") then { DZEdebug = 1; };" \n
"_debug = DZEdebug;" \n
"_debug = DZEdebug;" \n
"" \n
"if (_debug == 1) then {" \n
"if (_debug) then {" \n
"diag_log (""DAYZ: CLIENT IS RUNNING DAYZ_CODE "" + str(dayz_versionNo));" \n
"};" \n
"" \n