Merge pull request #810 from Torndeco/patch-2

Minor Debug Typo
This commit is contained in:
HARLAN
2013-11-27 08:47:34 -08:00

View File

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