diff options
Diffstat (limited to 'Northstar.Custom')
-rw-r--r-- | Northstar.Custom/mod.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Northstar.Custom/mod.json b/Northstar.Custom/mod.json index 6ad41af4..0bf473da 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" }, { |