diff options
Diffstat (limited to 'Northstar.Client/mod.json')
-rw-r--r-- | Northstar.Client/mod.json | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/Northstar.Client/mod.json b/Northstar.Client/mod.json index 809a54f6..ce814e90 100644 --- a/Northstar.Client/mod.json +++ b/Northstar.Client/mod.json @@ -1,7 +1,7 @@ { - "Name" : "Northstar.Client", - "Description" : "Various ui and client changes to fix bugs and add better support for mods", - "Version": "1.0.0", + "Name": "Northstar.Client", + "Description": "Various ui and client changes to fix bugs and add better support for mods", + "Version": "1.4.0", "LoadPriority": 0, "ConVars": [ { @@ -34,11 +34,10 @@ "Path": "ui/menu_ns_modmenu.nut", "RunOn": "UI", "UICallback": { - "Before": "AddNorthstarModMenu", + "Before": "AddNorthstarModMenu", "After": "AddNorthstarModMenu_MainMenuFooter" } }, - { "Path": "ui/menu_ns_serverbrowser.nut", "RunOn": "UI", @@ -46,7 +45,6 @@ "Before": "AddNorthstarServerBrowserMenu" } }, - { "Path": "ui/menu_ns_connect_password.nut", "RunOn": "UI", @@ -54,7 +52,6 @@ "Before": "AddNorthstarConnectWithPasswordMenu" } }, - { "Path": "ui/menu_ns_custom_match_settings_categories.nut", "RunOn": "UI", @@ -74,8 +71,7 @@ "RunOn": "UI" } ], - "Localisation": [ "resource/northstar_client_localisation_%language%.txt" ] -} +}
\ No newline at end of file |