mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
Fix survival time not counted after clothes change
Vanilla commits:cf4fde633574dd04616f
This commit is contained in:
@@ -231,7 +231,7 @@ if (dayz_townGenerator) then {
|
||||
};
|
||||
|
||||
//record time started
|
||||
_playerObj setVariable ["lastTime",time];
|
||||
_playerObj setVariable ["lastTime",diag_ticktime];
|
||||
|
||||
//set server-side inventory variable to monitor player gear
|
||||
if (count _inventory > 2) then {
|
||||
|
||||
Reference in New Issue
Block a user