From a6a330a3c575e0957591aafdb68f28f8a35b647b Mon Sep 17 00:00:00 2001 From: "[VB]AWOL" Date: Mon, 24 Feb 2014 01:48:07 -0600 Subject: [PATCH] fix for 1.63 112555 Error ==: Type Bool, expected Number,String,Object,Side,Group,Text,Config entry,Display (dialog),Control,Team member,Task,Location --- SQF/dayz_code/system/player_monitor.fsm | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/SQF/dayz_code/system/player_monitor.fsm b/SQF/dayz_code/system/player_monitor.fsm index 181d2be03..8e6a4e60c 100644 --- a/SQF/dayz_code/system/player_monitor.fsm +++ b/SQF/dayz_code/system/player_monitor.fsm @@ -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