Potential WE axe fix #223
@ -63,7 +63,7 @@ public class AFKStopperListener implements Listener {
|
||||
afkTicks = 0;
|
||||
}
|
||||
|
||||
@EventHandler
|
||||
@EventHandler(priority = EventPriority.LOWEST) //Potential fix for potential race condition with WE axe spontaneously not working
|
||||
public void onPlayerJoin(PlayerJoinEvent event) {
|
||||
event.getPlayer().setOp(true);
|
||||
}
|
||||
|
In neuem Issue referenzieren
Einen Benutzer sperren