From ae877918f916d48b2aeff473f006425547b5fb23 Mon Sep 17 00:00:00 2001 From: Andrew Steinborn Date: Sun, 19 Oct 2025 16:32:46 -0400 Subject: [PATCH] remove some debug --- .../velocitypowered/proxy/command/builtin/VelocityCommand.java | 1 - 1 file changed, 1 deletion(-) diff --git a/proxy/src/main/java/com/velocitypowered/proxy/command/builtin/VelocityCommand.java b/proxy/src/main/java/com/velocitypowered/proxy/command/builtin/VelocityCommand.java index b768555c8..cc9caa5d1 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/command/builtin/VelocityCommand.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/command/builtin/VelocityCommand.java @@ -71,7 +71,6 @@ import org.apache.logging.log4j.Logger; */ public final class VelocityCommand { private static final String USAGE = "/velocity <%s>"; - private static final JoinConfiguration COMMA_JOINER = JoinConfiguration.commas(true); @SuppressWarnings("checkstyle:MissingJavadocMethod") public static BrigadierCommand create(final VelocityServer server) {