Halved reload time
This commit is contained in:
@@ -19,7 +19,6 @@ public class CommandReload extends Subcommand {
|
||||
public CommandHandler getHandler() {
|
||||
return (sender, args) -> {
|
||||
this.getPlugin().reload();
|
||||
this.getPlugin().reload(); // Aids
|
||||
sender.sendMessage(this.getPlugin().getLangYml().getMessage("reloaded"));
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user