mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
@@ -243,7 +243,7 @@ spawn_vehicles = {
|
||||
};
|
||||
|
||||
if (_isAbort) then {
|
||||
diag_log("DEBUG: unable to find sutable vehicle to spawn");
|
||||
diag_log("DEBUG: unable to find suitable vehicle to spawn");
|
||||
} else {
|
||||
|
||||
// add vehicle to counter for next pass
|
||||
@@ -745,4 +745,4 @@ server_spawnUpdateObjects = {
|
||||
needUpdate_objects = needUpdate_objects - [_x];
|
||||
[_x,"damage",true] call server_updateObject;
|
||||
} forEach needUpdate_objects;
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user