mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
increased delay in client sync update calls
This commit is contained in:
@@ -33,7 +33,7 @@ while {true} do {
|
||||
_vel = velocity player;
|
||||
_speed = round((_vel distance [0,0,0]) * 3.5);
|
||||
|
||||
_saveTime = (playersNumber west * 2) + 10;
|
||||
_saveTime = (playersNumber west * 4) + 10;
|
||||
|
||||
//reset position
|
||||
_randomSpot = true;
|
||||
|
||||
Reference in New Issue
Block a user