forked from Cookies_Github_mirror/AquaDX
[allnet] Fix host header
This commit is contained in:
@@ -80,9 +80,9 @@ public class AllNetController {
|
||||
private String switchHost(String gameId) {
|
||||
switch (gameId) {
|
||||
case "SDDF":
|
||||
return "http://" + HOST + ":" + PORT + "/";
|
||||
return HOST + ":" + PORT + "/";
|
||||
default:
|
||||
return "http://" + HOST + ":" + PORT + "/";
|
||||
return HOST;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user