Small formating change

This commit is contained in:
Chris Cardozo 2020-09-28 17:20:48 -04:00
parent 6a9f8a993f
commit 2660495c01

View File

@ -18,7 +18,8 @@
if (diag_tickTime > _unit getVariable ["blck_cleanupAt",0]) then
{
if (_nearplayer isequalto []) then {
if (_nearplayer isequalto []) then
{
{
deleteVehicle _x;
}forEach nearestObjects [getPos _unit,["WeaponHolderSimulated","GroundWeapoonHolder"],3];