From 1d75ccc8aa444626a6a70fb1309797623af1c538 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9my=20Raes?= Date: Thu, 14 Dec 2023 20:46:38 +0100 Subject: [PATCH] style: formatting Co-authored-by: Jack <66967891+ASpoonPlaysGames@users.noreply.github.com> --- .../mod/scripts/vscripts/ui/menu_ns_serverbrowser.nut | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Northstar.Client/mod/scripts/vscripts/ui/menu_ns_serverbrowser.nut b/Northstar.Client/mod/scripts/vscripts/ui/menu_ns_serverbrowser.nut index 0679dd351..56d84f64b 100644 --- a/Northstar.Client/mod/scripts/vscripts/ui/menu_ns_serverbrowser.nut +++ b/Northstar.Client/mod/scripts/vscripts/ui/menu_ns_serverbrowser.nut @@ -964,7 +964,7 @@ void function OnServerSelected_Threaded( var button ) file.lastSelectedServer = server // Count mods that have been successfully downloaded - bool autoDownloadAllowed = GetConVarInt( "allow_mod_auto_download" ) == 1 + bool autoDownloadAllowed = GetConVarBool( "allow_mod_auto_download" ) int downloadedMods = 0; foreach ( RequiredModInfo mod in server.requiredMods )