mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-06-13 13:21:57 +03:00
Fix distanceFoot database stat
Vanilla commit: https://github.com/DayZMod/DayZ/commit/741df600855f5f1c6c625aae6222d4539901dbe1
This commit is contained in:
@@ -58,9 +58,6 @@ while {1 == 1} do {
|
||||
_mylastPos = _tempPos;
|
||||
};
|
||||
|
||||
if (!isNil "_mylastPos") then {
|
||||
dayz_mylastPos = _mylastPos;
|
||||
};
|
||||
dayz_areaAffect = _size;
|
||||
|
||||
if (_speed > 0.1) then {
|
||||
|
||||
Reference in New Issue
Block a user