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:
@@ -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";
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user