Remove medForceUpdate

This commit is contained in:
worldwidesorrow
2019-12-12 00:19:47 -06:00
committed by GitHub
parent 69ab20043d
commit 8479d2f908

View File

@@ -6,7 +6,6 @@ sched_medical_slow = { // 10 seconds
if (abs (r_player_blood - (player getVariable["USEC_BloodQty", r_player_bloodTotal])) > 120) then {
//Do not global send
player setVariable["USEC_BloodQty", r_player_blood, false];
player setVariable["medForceUpdate", true, false];
//Send only to server
PVDZ_serverStoreVar = [player, "USEC_BloodQty", r_player_blood];
publicVariableServer "PVDZ_serverStoreVar";