diff options
Diffstat (limited to 'Northstar.Custom/mod.json')
-rw-r--r-- | Northstar.Custom/mod.json | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Northstar.Custom/mod.json b/Northstar.Custom/mod.json index fa7a8730..9052a9ee 100644 --- a/Northstar.Custom/mod.json +++ b/Northstar.Custom/mod.json @@ -1,7 +1,7 @@ { "Name": "Northstar.Custom", "Description": "Custom content for Northstar: extra weapons, gamemodes, etc.", - "Version": "1.1.0", + "Version": "1.4.0", "LoadPriority": 1, "RequiredOnClient": true, "ConVars": [ @@ -102,7 +102,6 @@ "Path": "gamemodes/_gamemode_sns.gnut", "RunOn": "SERVER && MP" }, - { "Path": "gamemodes/sh_gamemode_fw_custom.nut", "RunOn": "( CLIENT || SERVER ) && MP", |