Skip to content

Commit

Permalink
WebClient sucks
Browse files Browse the repository at this point in the history
  • Loading branch information
Plextora committed Feb 10, 2023
1 parent 31d9f0c commit db0f8c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
7 changes: 1 addition & 6 deletions MainWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -233,12 +233,7 @@
FontSize="11px"
FontWeight="DemiBold"
SelectedIndex="0"
Style="{StaticResource ComboboxStyle}">
<ComboBoxItem Content="Version 1.19.51" Cursor="Hand" />
<ComboBoxItem Content="Version 1.18.12" Cursor="Hand" />
<ComboBoxItem Content="Version 1.18" Cursor="Hand" />
<ComboBoxItem Content="Version 1.17.41" Cursor="Hand" />
</ComboBox>
Style="{StaticResource ComboboxStyle}" />

<Button
x:Name="LaunchButton"
Expand Down
2 changes: 1 addition & 1 deletion Utils/Updater.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public static class Updater
private const string CLIENT_CHANGELOG_URL =
"https://raw.githubusercontent.com/Imrglop/Latite-Releases/main/client_changelog";
private const string GAME_VERSIONS_URL =
"https://raw.githubusercontent.com/Imrglop/Latite-Releases/main/game_versions";
"https://raw.githubusercontent.com/Imrglop/Latite-Releases/main/game_versions_but_I_lose_my_sanity";
private static string? _selectedVersion;

private static readonly WebClient? Client = new WebClient();
Expand Down

0 comments on commit db0f8c4

Please sign in to comment.