aboutsummaryrefslogtreecommitdiff
path: root/Northstar.Client
diff options
context:
space:
mode:
authorBarichello <artur@barichello.me>2022-01-03 13:19:25 -0300
committerGitHub <noreply@github.com>2022-01-03 13:19:25 -0300
commit9b88727e9791f8df708b2240b0ac3a1eec6fc236 (patch)
tree871624f8df34a080c856752a470a01f95eeea3c2 /Northstar.Client
parent5b7826ec49514a60f1fd6b302aba085ea123b433 (diff)
parent3be21e590e4a070c621e24166707cc1a22b73188 (diff)
downloadNorthstarMods-9b88727e9791f8df708b2240b0ac3a1eec6fc236.tar.gz
NorthstarMods-9b88727e9791f8df708b2240b0ac3a1eec6fc236.zip
Merge pull request #38 from 0neGal/main
fix incorrectly formatted JSON
Diffstat (limited to 'Northstar.Client')
-rw-r--r--Northstar.Client/mod.json5
1 files changed, 2 insertions, 3 deletions
diff --git a/Northstar.Client/mod.json b/Northstar.Client/mod.json
index 4842755bc..fbaf12039 100644
--- a/Northstar.Client/mod.json
+++ b/Northstar.Client/mod.json
@@ -25,14 +25,13 @@
"DefaultValue": "0"
}
],
- // ui inits need to happen before so our init callbacks get called
"Scripts": [
{
"Path": "ui/menu_ns_modmenu.nut",
"RunOn": "UI",
"UICallback": {
"Before": "AddNorthstarModMenu",
- "After": "AddNorthstarModMenu_MainMenuFooter" // need to do this after, so we add footer after mainmenu init
+ "After": "AddNorthstarModMenu_MainMenuFooter"
}
},
@@ -72,4 +71,4 @@
"Localisation": [
"resource/northstar_client_localisation_%language%.txt"
]
-} \ No newline at end of file
+}