Skip to content

Commit

Permalink
Fix 'Logic' Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Skaronator committed Jan 28, 2014
1 parent 58988a4 commit 9c80054
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion SQF/dayz_server/system/server_monitor.sqf
Expand Up @@ -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;
Expand Down

0 comments on commit 9c80054

Please sign in to comment.