diff options
author | BobTheBob <32057864+BobTheBob9@users.noreply.github.com> | 2022-08-27 00:39:25 +0100 |
---|---|---|
committer | GeckoEidechse <gecko.eidechse+git@pm.me> | 2022-09-01 01:12:55 +0200 |
commit | 2e476917e868284af049523136fde46ca585723c (patch) | |
tree | f3460ceaea06c3ff686e05e695e64d3fd0b7eb78 | |
parent | f294ee224321a934b5a53ccdc135070e855417b4 (diff) | |
download | NorthstarMods-2e476917e868284af049523136fde46ca585723c.tar.gz NorthstarMods-2e476917e868284af049523136fde46ca585723c.zip |
Remove bad loadout validation properties for pilot and titan (#493)
-rw-r--r-- | Northstar.CustomServers/mod/scripts/vscripts/sh_loadouts.nut | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Northstar.CustomServers/mod/scripts/vscripts/sh_loadouts.nut b/Northstar.CustomServers/mod/scripts/vscripts/sh_loadouts.nut index d15220e4..fbaf9e02 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":
|