diff options
author | Barichello <artur@barichello.me> | 2022-02-01 19:48:58 -0300 |
---|---|---|
committer | Barichello <artur@barichello.me> | 2022-02-01 19:48:58 -0300 |
commit | 2a47d06fde260fead9c4dbe6cb204872c42ba317 (patch) | |
tree | f935f4caad163d730e75ecbfce3ddd7b539cbd44 /Northstar.Custom | |
parent | c9413ecccf46272febc077d1b318b12e2a137270 (diff) | |
download | NorthstarMods-2a47d06fde260fead9c4dbe6cb204872c42ba317.tar.gz NorthstarMods-2a47d06fde260fead9c4dbe6cb204872c42ba317.zip |
Bump version info to 1.4.0
Diffstat (limited to 'Northstar.Custom')
-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", |