From 4c0984d00eeacd0db8579a2410bf7557b20351e4 Mon Sep 17 00:00:00 2001 From: "[VB]AWOL" Date: Mon, 28 Oct 2013 23:26:59 -0500 Subject: [PATCH] removed humanity heartbeat again --- SQF/dayz_code/system/player_monitor.fsm | 5 ----- 1 file changed, 5 deletions(-) diff --git a/SQF/dayz_code/system/player_monitor.fsm b/SQF/dayz_code/system/player_monitor.fsm index 4477bc491..3c1cf2d16 100644 --- a/SQF/dayz_code/system/player_monitor.fsm +++ b/SQF/dayz_code/system/player_monitor.fsm @@ -1222,11 +1222,6 @@ class FSM "" \n " call player_checkStealth;" \n " dayz_statusArray = [] call player_updateGui;" \n - " if (!isNull cursorTarget and !dayz_heartBeat) then {" \n - " if (alive cursorTarget) then {" \n - " _id = cursorTarget spawn dayz_lowHumanity;" \n - " };" \n - " };" \n " sleep 0.2;" \n " };" \n "};" \n