mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
Remove medForceUpdate
This commit is contained in:
@@ -6,7 +6,6 @@ sched_medical_slow = { // 10 seconds
|
|||||||
if (abs (r_player_blood - (player getVariable["USEC_BloodQty", r_player_bloodTotal])) > 120) then {
|
if (abs (r_player_blood - (player getVariable["USEC_BloodQty", r_player_bloodTotal])) > 120) then {
|
||||||
//Do not global send
|
//Do not global send
|
||||||
player setVariable["USEC_BloodQty", r_player_blood, false];
|
player setVariable["USEC_BloodQty", r_player_blood, false];
|
||||||
player setVariable["medForceUpdate", true, false];
|
|
||||||
//Send only to server
|
//Send only to server
|
||||||
PVDZ_serverStoreVar = [player, "USEC_BloodQty", r_player_blood];
|
PVDZ_serverStoreVar = [player, "USEC_BloodQty", r_player_blood];
|
||||||
publicVariableServer "PVDZ_serverStoreVar";
|
publicVariableServer "PVDZ_serverStoreVar";
|
||||||
|
|||||||
Reference in New Issue
Block a user