Skip to content

Commit

Permalink
fix "Execution handler may not be null"
Browse files Browse the repository at this point in the history
  • Loading branch information
rFalvan authored and Brikster committed May 25, 2024
1 parent dd56c28 commit f7be27f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spigot/src/main/java/ru/brikster/chatty/Chatty.java
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ private void initialize() throws Exception {

if (this.asyncCommandManager == null) {
initAsyncCommandManager();
registerPmCommands(commandSuggestionsProvider);
if (pmConfig.isEnable()) registerPmCommands(commandSuggestionsProvider);
registerIgnoreCommand(commandSuggestionsProvider);
registerClearChatCommand();
}
Expand Down

0 comments on commit f7be27f

Please sign in to comment.