We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2b8ec8 commit ae87791Copy full SHA for ae87791
proxy/src/main/java/com/velocitypowered/proxy/command/builtin/VelocityCommand.java
@@ -71,7 +71,6 @@
71
*/
72
public final class VelocityCommand {
73
private static final String USAGE = "/velocity <%s>";
74
- private static final JoinConfiguration COMMA_JOINER = JoinConfiguration.commas(true);
75
76
@SuppressWarnings("checkstyle:MissingJavadocMethod")
77
public static BrigadierCommand create(final VelocityServer server) {
0 commit comments