9
0
mirror of https://github.com/Samsuik/Sakura.git synced 2025-12-29 11:49:07 +00:00

Fix getting the mechanic server type name

This commit is contained in:
Samsuik
2025-10-26 00:23:29 +01:00
parent b1d4b83615
commit d0dd6c18ed

View File

@@ -17,7 +17,7 @@ public final class ServerType {
case 0 -> "vanilla";
case 1 -> "spigot";
case 2 -> "paper";
case 33 -> "sake";
case 32 -> "sake";
default -> "unknown";
};
}