mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-12-12 23:14:38 +01:00
Format code [skip actions]
This commit is contained in:
@@ -176,7 +176,7 @@ public final class RegionHandler implements Router {
|
||||
Logger logger = Grasscutter.getLogger();
|
||||
if (ctx.queryParamMap().containsKey("version") && ctx.queryParamMap().containsKey("platform")) {
|
||||
String versionName = ctx.queryParam("version");
|
||||
String versionCode = versionName.substring(0,8);
|
||||
String versionCode = versionName.substring(0, 8);
|
||||
String platformName = ctx.queryParam("platform");
|
||||
|
||||
// Determine the region list to use based on the version and platform.
|
||||
|
||||
Reference in New Issue
Block a user