13
0
geforkt von Mirrors/Velocity

Add /end alias for /shutdown.

Dieser Commit ist enthalten in:
Andrew Steinborn 2018-08-26 18:02:55 -04:00
Ursprung ef556afbf3
Commit 44c4221e19

Datei anzeigen

@ -88,7 +88,7 @@ public class VelocityServer implements ProxyServer {
private VelocityServer() {
commandManager.register(new VelocityCommand(), "velocity");
commandManager.register(new ServerCommand(), "server");
commandManager.register(new ShutdownCommand(), "shutdown");
commandManager.register(new ShutdownCommand(), "shutdown", "end");
}
public static VelocityServer getServer() {