diff --git a/defs.bzl b/defs.bzl index d0f082e..6838b9b 100644 --- a/defs.bzl +++ b/defs.bzl @@ -1,2 +1,2 @@ GROUP = "site.lab0x13.scrow" -VERSION = "1.2.1" \ No newline at end of file +VERSION = "1.2.0" \ No newline at end of file diff --git a/velocity/site/lab0x13/scrow/commands/velocity/ScrowCommands.java b/velocity/site/lab0x13/scrow/commands/velocity/ScrowCommands.java index 067bbbc..92ae291 100644 --- a/velocity/site/lab0x13/scrow/commands/velocity/ScrowCommands.java +++ b/velocity/site/lab0x13/scrow/commands/velocity/ScrowCommands.java @@ -14,7 +14,7 @@ public class ScrowCommands> implements IScro public ScrowCommands(ProxyServer server, CommandContextFactory commandContextFactory) { this.server = server; this.commandContextFactory = commandContextFactory; - this.commandHandler = new CommandHandler<>(new VelocityPlatform<>()); + this.commandHandler = new CommandHandler(new VelocityPlatform<>()); } public void register(RootLiteral rootNode) {