SightstoneOfficial / LegendaryClient

LegendaryClient, rebooted
68 stars 59 forks source link

Sightstone sets invalid game location for Garena regions #421

Closed secretdataz closed 9 years ago

secretdataz commented 9 years ago

In LoginPage constructor, Sightstone uses this code to set Client.Location variable which is not valid for Garena regions.

Client.Location = Path.Combine(lolRootPath, "RADS", "solutions", "lol_game_client_sln",
                        "releases", solutionVersion, "deploy");
NitroXenon commented 9 years ago

Garena use GLocation variable.

secretdataz commented 9 years ago

Why 2 separate variable? Well, I noticed this because it broke screenshot page lol.

eddy5641 commented 9 years ago

If a user is on both reagons, it will only be able to launch one gameclient. having to separate variables should fix that