mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +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:
@@ -9,6 +9,7 @@
|
||||
[FIXED] Smoke and grenade tripwires now require a grenade to rearm after triggering.
|
||||
[FIXED] Player no longer does medic animation after triggering a single use trap.
|
||||
[FIXED] Removing a trap with no room in your gear will no longer delete the trap.
|
||||
[FIXED] Player_forceSave is now called correctly when the abort menu is opened. It was previously using the wrong variable and time.
|
||||
|
||||
[NOTE] Fixes below are included in the mission file and server pbo as part of server package 1.0.6.1A (March 10th 2017)
|
||||
[FIXED] Fixed food and drink going down 10x faster from melee and other "working" actions.
|
||||
|
||||
@@ -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