diff --git a/DepotDownloader/Steam3Session.cs b/DepotDownloader/Steam3Session.cs index 37a46756..06cbba9a 100644 --- a/DepotDownloader/Steam3Session.cs +++ b/DepotDownloader/Steam3Session.cs @@ -50,8 +50,8 @@ namespace DepotDownloader this.steamClient = new SteamClient(); - this.steamUser = this.steamClient.GetHandler( SteamUser.NAME ); - this.steamApps = this.steamClient.GetHandler( SteamApps.NAME ); + this.steamUser = this.steamClient.GetHandler(); + this.steamApps = this.steamClient.GetHandler(); this.callbackThread = new Thread( HandleCallbacks ); this.callbackThread.Start();