Minor Debug Typo

Just been bugging me abit, when looking @ rpt logs
This commit is contained in:
Torndeco
2013-11-27 12:07:04 +00:00
parent 8fef83bbec
commit 8573d25de7

View File

@@ -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;
};
};