diff options
author | 0neGal <mail@0negal.com> | 2021-12-30 21:03:48 +0100 |
---|---|---|
committer | 0neGal <mail@0negal.com> | 2021-12-30 21:03:48 +0100 |
commit | ff9ffc98ecff8d2c02438710bffbd107b12f2bce (patch) | |
tree | b7742b6acf929856650acbf7a77b10002a60d58e /Northstar.Client | |
parent | 3044198c4078b7bd72ecc84e833e490941d23d10 (diff) | |
download | NorthstarMods-ff9ffc98ecff8d2c02438710bffbd107b12f2bce.tar.gz NorthstarMods-ff9ffc98ecff8d2c02438710bffbd107b12f2bce.zip |
fixed incorrectly formatted JSON
Diffstat (limited to 'Northstar.Client')
-rw-r--r-- | Northstar.Client/mod.json | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Northstar.Client/mod.json b/Northstar.Client/mod.json index 4842755b..fbaf1203 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 +} |