From 052e45547536ed139a5729498461ee242951a4c2 Mon Sep 17 00:00:00 2001 From: BobTheBob <32057864+BobTheBob9@users.noreply.github.com> Date: Sat, 27 Aug 2022 00:39:25 +0100 Subject: Remove bad loadout validation properties for pilot and titan (#493) --- Northstar.CustomServers/mod/scripts/vscripts/sh_loadouts.nut | 3 --- 1 file changed, 3 deletions(-) (limited to 'Northstar.CustomServers/mod/scripts/vscripts') diff --git a/Northstar.CustomServers/mod/scripts/vscripts/sh_loadouts.nut b/Northstar.CustomServers/mod/scripts/vscripts/sh_loadouts.nut index d15220e40..fbaf9e026 100644 --- a/Northstar.CustomServers/mod/scripts/vscripts/sh_loadouts.nut +++ b/Northstar.CustomServers/mod/scripts/vscripts/sh_loadouts.nut @@ -2379,10 +2379,8 @@ bool function IsValidPilotLoadoutProperty( string propertyName ) case "weapon3Mod2": case "weapon3Mod3": case "ordnance": - case "special": case "passive1": case "passive2": - case "melee": case "skinIndex": case "camoIndex": case "primarySkinIndex": @@ -2403,7 +2401,6 @@ bool function IsValidTitanLoadoutProperty( string propertyName ) { case "name": case "titanClass": - case "setFile": case "primaryMod": case "special": case "antirodeo": -- cgit v1.2.3