Skip to content

Commit

Permalink
+
Browse files Browse the repository at this point in the history
  • Loading branch information
sp0ok3r committed Nov 19, 2024
1 parent 6152091 commit 8bc5648
Show file tree
Hide file tree
Showing 4 changed files with 126 additions and 128 deletions.
4 changes: 2 additions & 2 deletions MercuryBOT/AccountLoginOFF.cs
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public class AccountLoginOFF
private static SteamUser steamUser;
public static SteamFriends steamFriends;
private static CallbackManager MercuryManager;
public static SteamWebold steamWeb;
public static SteamWeb steamWeb;
public static GamesHandler gamesHandler;

public static SteamMatchmaking steamMM;
Expand Down Expand Up @@ -113,7 +113,7 @@ public static void Login()
isRunning = true;

steamClient = new SteamClient();
steamWeb = new SteamWebold();
steamWeb = new SteamWeb();
gamesHandler = new GamesHandler();

MercuryManager = new CallbackManager(steamClient);
Expand Down
2 changes: 1 addition & 1 deletion MercuryBOT/Mercury.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@
<Compile Include="Splash\SplashScreen.Designer.cs">
<DependentUpon>SplashScreen.cs</DependentUpon>
</Compile>
<Compile Include="SteamCommunity\SteamWebold.cs" />
<Compile Include="SteamCommunity\SteamWeb.cs" />
<Compile Include="UpdateManager\Updater.cs">
<SubType>Form</SubType>
</Compile>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

namespace MercuryBOT.SteamCommunity
{
public class SteamWebold
public class SteamWeb
{
public const string SteamCommunityDomain = "steamcommunity.com";
private static int Timeout = 1000;
Expand Down
Loading

0 comments on commit 8bc5648

Please sign in to comment.