renamed onServerCommandEvent to onServerCommand

master
Joey Hines 2018-09-27 15:29:59 -05:00
parent 41c062c13c
commit b0643aa0e1
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ public class CommandPreprocessListener implements Listener {
}
@EventHandler
public void onServerCommandEvent(ServerCommandEvent event) {
public void onServerCommand(ServerCommandEvent event) {
if (plugin.getConfig().getBoolean("audit.enabled")) {
String command = event.getCommand();