diff options
-rw-r--r-- | Northstar.CustomServers/mod.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Northstar.CustomServers/mod.json b/Northstar.CustomServers/mod.json index 713b0127..28a08868 100644 --- a/Northstar.CustomServers/mod.json +++ b/Northstar.CustomServers/mod.json @@ -116,7 +116,7 @@ { "Path": "lobby/sh_private_lobby_modes_init.gnut", - "RunOn": "( SERVER || CLIENT ) && MP", + "RunOn": "( SERVER || CLIENT ) && MP" } ] } |