diff options
author | Barichello <artur@barichello.me> | 2022-01-03 13:19:25 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-03 13:19:25 -0300 |
commit | 9b88727e9791f8df708b2240b0ac3a1eec6fc236 (patch) | |
tree | 871624f8df34a080c856752a470a01f95eeea3c2 /Northstar.Client/mod.json | |
parent | 5b7826ec49514a60f1fd6b302aba085ea123b433 (diff) | |
parent | 3be21e590e4a070c621e24166707cc1a22b73188 (diff) | |
download | NorthstarMods-9b88727e9791f8df708b2240b0ac3a1eec6fc236.tar.gz NorthstarMods-9b88727e9791f8df708b2240b0ac3a1eec6fc236.zip |
Merge pull request #38 from 0neGal/main
fix incorrectly formatted JSON
Diffstat (limited to 'Northstar.Client/mod.json')
-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 +} |