From 9c80054b1225bb9705a415a0aeffca5ddecf4290 Mon Sep 17 00:00:00 2001 From: Skaronator Date: Tue, 28 Jan 2014 17:39:37 +0100 Subject: [PATCH] Fix 'Logic' Typo --- SQF/dayz_server/system/server_monitor.sqf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/SQF/dayz_server/system/server_monitor.sqf b/SQF/dayz_server/system/server_monitor.sqf index 2cdf96ad4..99c36c230 100644 --- a/SQF/dayz_server/system/server_monitor.sqf +++ b/SQF/dayz_server/system/server_monitor.sqf @@ -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;