Fixed typo

Sorry, it just really bugged me.
This commit is contained in:
William 'psyFi' Hatcher
2019-10-24 17:18:53 -05:00
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
});
}