diff options
author | RoyalBlue <11448698+RoyalBlue1@users.noreply.github.com> | 2023-05-12 00:02:08 +0200 |
---|---|---|
committer | RoyalBlue <11448698+RoyalBlue1@users.noreply.github.com> | 2023-05-12 00:02:08 +0200 |
commit | 71ab870841c4ed048887289e9ad3ed9ff0c25c35 (patch) | |
tree | 516483c9a172cedadfd3716e250c65cc8b4ae910 /Northstar.Custom/mod.json | |
parent | dd457ef265f440bbcb4ff6f07bfc76ea1661d40b (diff) | |
parent | d205d4440ffbf0947ca5cf4a2705157ba2d873e2 (diff) | |
download | NorthstarMods-71ab870841c4ed048887289e9ad3ed9ff0c25c35.tar.gz NorthstarMods-71ab870841c4ed048887289e9ad3ed9ff0c25c35.zip |
Merge remote-tracking branch 'upsteam/main' into gamemode_fd
Diffstat (limited to 'Northstar.Custom/mod.json')
-rw-r--r-- | Northstar.Custom/mod.json | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/Northstar.Custom/mod.json b/Northstar.Custom/mod.json index e81b197f..66d29cae 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.10.0", + "Version": "1.13.0", "LoadPriority": 1, "RequiredOnClient": true, "ConVars": [ @@ -29,10 +29,7 @@ "Scripts": [ { "Path": "sh_northstar_custom_precache.gnut", - "RunOn": "( CLIENT || SERVER ) && MP", - "ClientCallback": { - "After": "NorthstarCustomPrecache" - }, + "RunOn": "SERVER && MP", "ServerCallback": { "After": "NorthstarCustomPrecache" } |