SteamWar/BauSystem2.0
Archiviert
12
0

Potential WE axe fix #223

Zusammengeführt
Lixfel hat 1 Commits von potentialWEAxeFix nach master 2024-02-13 10:51:47 +01:00 zusammengeführt

Datei anzeigen

@ -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);
}