aboutsummaryrefslogtreecommitdiff
path: root/Northstar.CustomServers/mod.json
diff options
context:
space:
mode:
author0neGal <mail@0negal.com>2021-12-30 21:03:48 +0100
committer0neGal <mail@0negal.com>2021-12-30 21:03:48 +0100
commitff9ffc98ecff8d2c02438710bffbd107b12f2bce (patch)
treeb7742b6acf929856650acbf7a77b10002a60d58e /Northstar.CustomServers/mod.json
parent3044198c4078b7bd72ecc84e833e490941d23d10 (diff)
downloadNorthstarMods-ff9ffc98ecff8d2c02438710bffbd107b12f2bce.tar.gz
NorthstarMods-ff9ffc98ecff8d2c02438710bffbd107b12f2bce.zip
fixed incorrectly formatted JSON
Diffstat (limited to 'Northstar.CustomServers/mod.json')
-rw-r--r--Northstar.CustomServers/mod.json16
1 files changed, 8 insertions, 8 deletions
diff --git a/Northstar.CustomServers/mod.json b/Northstar.CustomServers/mod.json
index 40e64cf65..713b0127b 100644
--- a/Northstar.CustomServers/mod.json
+++ b/Northstar.CustomServers/mod.json
@@ -13,7 +13,7 @@
{
"Name": "ns_is_modded_server",
"DefaultValue": "1",
- "Flags": 8192 // FCVAR_REPLICATED
+ "Flags": 8192
},
{
@@ -60,20 +60,20 @@
"Scripts": [
{
"Path": "_misc_stubs.gnut",
- "RunOn": "SERVER && MP",
+ "RunOn": "SERVER && MP"
},
{
"Path": "_store.gnut",
- "RunOn": "SERVER && MP",
+ "RunOn": "SERVER && MP"
},
{
"Path": "_script_movers.gnut",
- "RunOn": "SERVER && MP",
+ "RunOn": "SERVER && MP"
},
{
"Path": "sh_northstar_utils.gnut",
- "RunOn": "CLIENT || SERVER || UI",
+ "RunOn": "CLIENT || SERVER || UI"
},
{
@@ -99,7 +99,7 @@
{
"Path": "mp/_classic_mp_dropship_intro.gnut",
- "RunOn": "SERVER && MP",
+ "RunOn": "SERVER && MP"
},
{
"Path": "mp/_classic_mp_no_intro.gnut",
@@ -117,6 +117,6 @@
{
"Path": "lobby/sh_private_lobby_modes_init.gnut",
"RunOn": "( SERVER || CLIENT ) && MP",
- },
+ }
]
-} \ No newline at end of file
+}