diff options
author | 0neGal <mail@0negal.com> | 2021-12-30 21:13:27 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-30 21:13:27 +0100 |
commit | 3be21e590e4a070c621e24166707cc1a22b73188 (patch) | |
tree | a81517d9602f954f643d776cc5eea8194df17b1d | |
parent | ff9ffc98ecff8d2c02438710bffbd107b12f2bce (diff) | |
download | NorthstarMods-3be21e590e4a070c621e24166707cc1a22b73188.tar.gz NorthstarMods-3be21e590e4a070c621e24166707cc1a22b73188.zip |
somehow missed this one
-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" } ] } |