Removed unnecessary return

master
Joey Hines 2018-09-27 15:34:12 -05:00
parent b0643aa0e1
commit 3997b6bebc
1 changed files with 0 additions and 1 deletions

View File

@ -38,7 +38,6 @@ public class CommandPreprocessListener implements Listener {
if (commandIsAuditable(command)) {
sendAuditWebhook("Console", null, command);
return;
}
}
}