aboutsummaryrefslogtreecommitdiff
path: root/Northstar.Custom/mod.json
diff options
context:
space:
mode:
Diffstat (limited to 'Northstar.Custom/mod.json')
-rw-r--r--Northstar.Custom/mod.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/Northstar.Custom/mod.json b/Northstar.Custom/mod.json
index 6ad41af48..0bf473da7 100644
--- a/Northstar.Custom/mod.json
+++ b/Northstar.Custom/mod.json
@@ -86,7 +86,7 @@
},
{
"Path": "gamemodes/sh_gamemode_sns.gnut",
- "RunOn": "SERVER || CLIENT",
+ "RunOn": "( SERVER || CLIENT ) && MP",
"ServerCallback": {
"Before": "SNSMode_Init"
},
@@ -96,11 +96,11 @@
},
{
"Path": "gamemodes/cl_gamemode_sns.gnut",
- "RunOn": "CLIENT"
+ "RunOn": "CLIENT && MP"
},
{
"Path": "gamemodes/_gamemode_sns.gnut",
- "RunOn": "SERVER"
+ "RunOn": "SERVER && MP"
},
{