diff --git a/src/com/gvaneyck/rtmp/LoLRTMPSClient.java b/src/com/gvaneyck/rtmp/LoLRTMPSClient.java index 0c86706..9b0356d 100644 --- a/src/com/gvaneyck/rtmp/LoLRTMPSClient.java +++ b/src/com/gvaneyck/rtmp/LoLRTMPSClient.java @@ -124,8 +124,8 @@ public LoLRTMPSClient(String region, String clientVersion, String user, String p } else if (region.equals("EUW")) { - this.server = "prod.eu.lol.riotgames.com"; - this.loginQueue = "https://lq.eu.lol.riotgames.com/"; + this.server = "prod.euw1.lol.riotgames.com"; + this.loginQueue = "https://lq.euw1.lol.riotgames.com/"; } else if (region.equals("EUN") || region.equals("EUNE")) {