aboutsummaryrefslogtreecommitdiff
path: root/Northstar.Custom/mod.json
diff options
context:
space:
mode:
authorx3Karma <juliuslimck@gmail.com>2022-01-04 00:36:30 +0800
committerGitHub <noreply@github.com>2022-01-04 00:36:30 +0800
commitd6daad7aa0b369b3363132edaa277b88391d474d (patch)
tree826b42539be96578fcfb7d7acbe3c6dc6bdc7a71 /Northstar.Custom/mod.json
parent5a2c4993104db1932ad8379a295a49b69aa889a9 (diff)
downloadNorthstarMods-d6daad7aa0b369b3363132edaa277b88391d474d.tar.gz
NorthstarMods-d6daad7aa0b369b3363132edaa277b88391d474d.zip
Fix indentations in mod.json
Diffstat (limited to 'Northstar.Custom/mod.json')
-rw-r--r--Northstar.Custom/mod.json5
1 files changed, 2 insertions, 3 deletions
diff --git a/Northstar.Custom/mod.json b/Northstar.Custom/mod.json
index 797016db4..e687264c1 100644
--- a/Northstar.Custom/mod.json
+++ b/Northstar.Custom/mod.json
@@ -56,11 +56,10 @@
"Path": "gamemodes/_gamemode_chamber.nut",
"RunOn": "SERVER && MP"
},
- {
+ {
"Path": "gamemodes/cl_gamemode_chamber.nut",
"RunOn": "CLIENT && MP"
},
-
{
"Path": "gamemodes/sh_gamemode_hidden.nut",
"RunOn": "( CLIENT || SERVER ) && MP",
@@ -76,7 +75,7 @@
"Path": "gamemodes/_gamemode_hidden.nut",
"RunOn": "SERVER && MP"
},
- {
+ {
"Path": "gamemodes/cl_gamemode_hidden.nut",
"RunOn": "CLIENT && MP"
},