mirror of
https://github.com/aikar/commands.git
synced 2026-05-31 06:11:55 +00:00
Fixed typo
Sorry, it just really bugged me.
This commit is contained in:
committed by
Daniel Ennis
parent
2ba6895e0c
commit
e2a1c454e5
@@ -106,7 +106,7 @@ public final class ACFExample extends JavaPlugin {
|
||||
|
||||
// 9: Register default exception handler for any command that doesn't supply its own
|
||||
commandManager.setDefaultExceptionHandler((command, registeredCommand, sender, args, t) -> {
|
||||
getLogger().warning("Error occured while executing command " + command.getName());
|
||||
getLogger().warning("Error occurred while executing command " + command.getName());
|
||||
return false; // mark as unhandeled, sender will see default message
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user