mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
Fix dayz_lastSave variable again
Continuation ofbca17aa. This variable is set in player_forceSave and uses diag_tickTime. Vanilla commits:f8c88502e898af0ed8b9
This commit is contained in:
@@ -604,7 +604,7 @@ if (!isDedicated) then {
|
||||
dayz_disVisual = 0;
|
||||
dayz_firedCooldown = 0;
|
||||
dayz_damageCounter = time;
|
||||
dayz_lastSave = time;
|
||||
dayz_lastSave = diag_tickTime;
|
||||
dayz_isSwimming = true;
|
||||
dayz_currentDay = 0;
|
||||
dayz_hasLight = false;
|
||||
|
||||
Reference in New Issue
Block a user