Fix 'Logic' Typo

This commit is contained in:
Skaronator
2014-01-28 17:39:37 +01:00
parent 58988a4063
commit 9c80054b12

View File

@@ -65,8 +65,9 @@ if (isServer and isNil "sm_done") then {
_vQty = _vQty + 1;
};
};
diag_log ("HIVE: got " + str(_bQty) + " Epoch Objects and " + str(_vQty) + " Vehicles");
};
diag_log ("HIVE: got " + str(_bQty) + " Epoch Objects and " + str(_vQty) + " Vehicles");
// # NOW SPAWN OBJECTS #
_totalvehicles = 0;