Cancel of chat event when no receivers exist creats compatibility issues
LadyCailinBot opened this issue ยท 1 comments
WORLDGUARD-3575 - Reported by DerSeegler
WorldGuard is canceling the chat event when there are no receivers (see https://github.com/sk89q/WorldGuard/blob/c9eaec0ae81189cef44c53e4f91678b1fdda5979/src/main/java/com/sk89q/worldguard/bukkit/listener/WorldGuardPlayerListener.java#L157).
This creates compatibility issues with some plugins like ChatControl since ChatControl removes all reveivers and sends the message manually.