remove debug
All checks were successful
Deploy App / docker (ubuntu-latest, 2.44.0, 17, 3.8.5) (push) Successful in 1m18s

This commit is contained in:
Lee 2024-04-14 17:25:08 +01:00
parent 9453e91892
commit 3b946132af

@ -54,7 +54,6 @@ public final class BedrockMinecraftServer extends MinecraftServer {
*/
@NonNull
public static BedrockMinecraftServer create(@NonNull String hostname, String ip, int port, DNSRecord[] records, @NonNull String token) {
System.out.println(token);
String[] split = token.split(";"); // Split the token
Edition edition = Edition.valueOf(split[0]);
Version version = new Version(Integer.parseInt(split[2]), split[3]);