forked from Minecraft/QoL
Removed unnecessary return
parent
b0643aa0e1
commit
3997b6bebc
|
@ -38,7 +38,6 @@ public class CommandPreprocessListener implements Listener {
|
||||||
|
|
||||||
if (commandIsAuditable(command)) {
|
if (commandIsAuditable(command)) {
|
||||||
sendAuditWebhook("Console", null, command);
|
sendAuditWebhook("Console", null, command);
|
||||||
return;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue