From d62e71f0f7c0c27152f1c30705152e75e892b11f Mon Sep 17 00:00:00 2001 From: "[VB]AWOL" Date: Sun, 11 Aug 2013 10:45:35 -0500 Subject: [PATCH] disabled benchmark --- SQF/dayz_code/compile/player_spawnCheck.sqf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SQF/dayz_code/compile/player_spawnCheck.sqf b/SQF/dayz_code/compile/player_spawnCheck.sqf index 93d1b4639..864d032fc 100644 --- a/SQF/dayz_code/compile/player_spawnCheck.sqf +++ b/SQF/dayz_code/compile/player_spawnCheck.sqf @@ -1,5 +1,5 @@ private ["_t1","_type","_isAir","_inVehicle","_dateNow","_maxZombies","_maxWildZombies","_age","_radius","_position","_markerstr","_markerstr1","_markerstr2","_markerstr3","_nearByObj","_handle","_looted","_cleared","_zombied","_config","_canLoot","_dis","_players","_spawnZombies","_nearby","_nearbyCount"]; -_t1 = diag_tickTime; +//_t1 = diag_tickTime; _type = _this select 0; _inVehicle = (vehicle player != player); @@ -137,4 +137,4 @@ if (_nearbyCount < 1) exitwith }; }; } forEach _nearby; -["player_spawnCheck.sqf",(diag_tickTime - _t1)] call fnc_dump; \ No newline at end of file +// ["player_spawnCheck.sqf",(diag_tickTime - _t1)] call fnc_dump; \ No newline at end of file