forked from Minecraft/QoL
renamed onServerCommandEvent to onServerCommand
parent
41c062c13c
commit
b0643aa0e1
|
@ -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();
|
||||
|
||||
|
|
Loading…
Reference in New Issue