mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
Minor Debug Typo
Just been bugging me abit, when looking @ rpt logs
This commit is contained in:
@@ -243,7 +243,7 @@ spawn_vehicles = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
if (_isAbort) then {
|
if (_isAbort) then {
|
||||||
diag_log("DEBUG: unable to find sutable vehicle to spawn");
|
diag_log("DEBUG: unable to find suitable vehicle to spawn");
|
||||||
} else {
|
} else {
|
||||||
|
|
||||||
// add vehicle to counter for next pass
|
// add vehicle to counter for next pass
|
||||||
@@ -745,4 +745,4 @@ server_spawnUpdateObjects = {
|
|||||||
needUpdate_objects = needUpdate_objects - [_x];
|
needUpdate_objects = needUpdate_objects - [_x];
|
||||||
[_x,"damage",true] call server_updateObject;
|
[_x,"damage",true] call server_updateObject;
|
||||||
} forEach needUpdate_objects;
|
} forEach needUpdate_objects;
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user