aboutsummaryrefslogtreecommitdiff
path: root/Northstar.Custom
diff options
context:
space:
mode:
authorGeckoEidechse <40122905+GeckoEidechse@users.noreply.github.com>2022-06-17 15:23:42 +0200
committerGitHub <noreply@github.com>2022-06-17 15:23:42 +0200
commitd70aaafc0ac745113cc4cb9767a3d1f847571d57 (patch)
tree3ee58371cf20cb9aafff7145957b28f540e2abd8 /Northstar.Custom
parentab8479e0f04ea9bdbdbb4d47518509a2a617c44a (diff)
downloadNorthstarMods-d70aaafc0ac745113cc4cb9767a3d1f847571d57.tar.gz
NorthstarMods-d70aaafc0ac745113cc4cb9767a3d1f847571d57.zip
Revert #382 due to precache issues (#395)v1.8.1-rc6v1.8.1
Diffstat (limited to 'Northstar.Custom')
-rw-r--r--Northstar.Custom/mod.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/Northstar.Custom/mod.json b/Northstar.Custom/mod.json
index c25aa8a85..ee1df0909 100644
--- a/Northstar.Custom/mod.json
+++ b/Northstar.Custom/mod.json
@@ -29,7 +29,7 @@
"Scripts": [
{
"Path": "sh_northstar_custom_precache.gnut",
- "RunOn": "( CLIENT || SERVER )",
+ "RunOn": "( CLIENT || SERVER ) && MP",
"ClientCallback": {
"After": "NorthstarCustomPrecache"
},
@@ -39,7 +39,7 @@
},
{
"Path": "weapons/mp_weapon_peacekraber.nut",
- "RunOn": "( CLIENT || SERVER )"
+ "RunOn": "( CLIENT || SERVER ) && MP"
},
{
"Path": "gamemodes/sh_gamemode_chamber.nut",