Allowed Vehicles

On the setup screen prior to launching the map in the game, there is a field for ‘Allowed Vehicles’ that usually has the 4 unit options (Aviation, Army, Fleet, Helicopters).
Screenshot_42

What am I missing in the CDK that turns this option ON so it shows the option to turn Tanks/Planes/Ships/Helos on or off between matches? I currently only show this:
Screenshot_27

I haven’t been coding in or placing spawn points for whatever Units I didn’t want in my past maps because I am not sure what I am missing for it to show on the setup screen. For instance, games I don’t want planes/Jets in, I don’t create Air_spawns or the missionMarkAsRespawn code Trigger/Mission Obj Info screen.
Screenshot_52

mission → versus params → allowedUnitTypes (This should be removed. Not just unchecked, but removed.)

I’ve tried it both ways, no luck though. has to be something else.
Thanks for the reply.

Did you hard edit the .blk file to add custom rules then forgot about it? I doubt it, but idk what else might cause this.

Edit: just to clarify about my previous comment. You should REMOVE the allowedUnitTypes option via the three dots to its right.

Nope. Only the CDK is working the blk file. Not me manually.
I did remove the allowedUnitTypes selection too.