Skip to content

Commit

Permalink
style: formatting
Browse files Browse the repository at this point in the history
Co-authored-by: Jack <[email protected]>
  • Loading branch information
Alystrasz and ASpoonPlaysGames authored Dec 14, 2023
1 parent ea1db4d commit 1d75ccc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 )
Expand Down

0 comments on commit 1d75ccc

Please sign in to comment.