forked from Cookies_Github_mirror/AquaDX
[chusan]Attempting to ensure compatibility with all known versions of Chusan, both before and after SunPlus
This commit is contained in:
@@ -188,7 +188,7 @@ public class AllNetController {
|
||||
return "http://" + addr + ":" + port + "/Maimai2Servlet/";
|
||||
}
|
||||
case "SDHD":
|
||||
return "http://" + addr + ":" + port + "/ChusanServlet/";
|
||||
return "http://" + addr + ":" + port + "/ChusanServlet/" + ver + "/";
|
||||
case "SDED":
|
||||
return "http://" + addr + ":" + port + "/CardMakerServlet/";
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user