Update player_spawnCheck.sqf

Remove my diagnostics.
This commit is contained in:
worldwidesorrow
2020-01-09 18:29:27 -06:00
committed by GitHub
parent bbc052eaa0
commit 0198288194

View File

@@ -22,9 +22,6 @@ dayz_maxControlledZombies = dayz_maxLocalZombies; // This variable is also used
// Current loot spawns
dayz_currentWeaponHolders = count (_position nearObjects ["ReammoBox",_radius]);
//diag_log text format ["CURRENT LOOT SPAWNS %1",dayz_currentWeaponHolders];
//diag_log text format ["CURRENT ZEDS %1",dayz_CurrentNearByZombies];
// In vehicle check
_vehicle = vehicle player;
_inVehicle = (_vehicle != player);