mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-20 18:36:29 +03:00
Fix survival time not counted after clothes change
Vanilla commits:cf4fde633574dd04616f
This commit is contained in:
@@ -862,6 +862,7 @@ class FSM
|
||||
"dayz_lastDrink = (_lastDrank * 60);" \n
|
||||
"dayz_zombiesLocal = 0; //Used to record how many local zombies being tracked" \n
|
||||
"dayz_Survived = [_days,_hours,_mins,(_survival select 3)]; //total alive dayz" \n
|
||||
"dayz_loginTime = diag_tickTime;" \n
|
||||
"" \n
|
||||
"//load in medical details" \n
|
||||
"r_player_dead = player getVariable[""USEC_isDead"",false];" \n
|
||||
|
||||
@@ -58,8 +58,6 @@ sched_medical = { // 1 second
|
||||
} else {
|
||||
[] spawn fnc_usec_playerHandleBlood;
|
||||
};
|
||||
|
||||
dayz_sessionTime = dayz_sessionTime + 1;
|
||||
|
||||
[_unconHdlr]
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user