Skip to content
This repository has been archived by the owner on Oct 14, 2023. It is now read-only.

Commit

Permalink
Change -> Added async for Commands again
Browse files Browse the repository at this point in the history
  • Loading branch information
EinfacheSache committed Sep 28, 2023
1 parent 7bf4d73 commit aef57ab
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -577,7 +577,7 @@ public void executeChatEvent() {
}

public void executeCommand() {
new NeoProtectExecutor().command(this);
API.getExecutorService().submit(() -> new NeoProtectExecutor().command(this));
}

public NeoProtectPlugin getInstance() {
Expand Down

0 comments on commit aef57ab

Please sign in to comment.