[maimai2] Add Splash Plus support

This commit is contained in:
Dom Eori
2021-11-30 18:43:02 +09:00
parent 90091d2155
commit 708cbf33d1
5 changed files with 49 additions and 4 deletions

View File

@@ -128,8 +128,7 @@ public class AllNetController {
case "SDEY":
return "http://" + HOST + ":" + PORT + "/MaimaiServlet/";
case "SDEZ":
// This leads to http://HOST+PORT/Maimai2Servlet/
return HOST + ":" + PORT + "/";
return "http://" + HOST + ":" + PORT + "/";
default:
return "http://" + HOST + ":" + PORT + "/";
}