From ff9ffc98ecff8d2c02438710bffbd107b12f2bce Mon Sep 17 00:00:00 2001 From: 0neGal Date: Thu, 30 Dec 2021 21:03:48 +0100 Subject: fixed incorrectly formatted JSON --- Northstar.Client/mod.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'Northstar.Client') 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 +} -- cgit v1.2.3