mirror of
https://github.com/jie65535/gc-openchat-plugin.git
synced 2025-10-16 17:02:52 +08:00
Increase join event priority
This commit is contained in:
@@ -103,7 +103,7 @@ public final class OpenChatPlugin extends Plugin {
|
||||
public void onEnable() {
|
||||
// Register event listeners.
|
||||
new EventHandler<>(PlayerJoinEvent.class)
|
||||
.priority(HandlerPriority.LOW)
|
||||
.priority(HandlerPriority.NORMAL)
|
||||
.listener(EventListeners::onJoin)
|
||||
.register(this);
|
||||
|
||||
|
Reference in New Issue
Block a user