Small formating change
This commit is contained in:
parent
6a9f8a993f
commit
2660495c01
@ -18,7 +18,8 @@
|
|||||||
|
|
||||||
if (diag_tickTime > _unit getVariable ["blck_cleanupAt",0]) then
|
if (diag_tickTime > _unit getVariable ["blck_cleanupAt",0]) then
|
||||||
{
|
{
|
||||||
if (_nearplayer isequalto []) then {
|
if (_nearplayer isequalto []) then
|
||||||
|
{
|
||||||
{
|
{
|
||||||
deleteVehicle _x;
|
deleteVehicle _x;
|
||||||
}forEach nearestObjects [getPos _unit,["WeaponHolderSimulated","GroundWeapoonHolder"],3];
|
}forEach nearestObjects [getPos _unit,["WeaponHolderSimulated","GroundWeapoonHolder"],3];
|
||||||
|
Loading…
Reference in New Issue
Block a user