From 9466a8c9815e1b0c98ad8026a551cc9ad7add565 Mon Sep 17 00:00:00 2001 From: yoyosource Date: Sat, 17 Feb 2024 08:55:47 +0100 Subject: [PATCH] Fix AntiBauAddMemberFix --- .../steamwar/bausystem/features/world/AntiBauAddMemberFix.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BauSystem_Main/src/de/steamwar/bausystem/features/world/AntiBauAddMemberFix.java b/BauSystem_Main/src/de/steamwar/bausystem/features/world/AntiBauAddMemberFix.java index dbcb192d..a7a3bad6 100644 --- a/BauSystem_Main/src/de/steamwar/bausystem/features/world/AntiBauAddMemberFix.java +++ b/BauSystem_Main/src/de/steamwar/bausystem/features/world/AntiBauAddMemberFix.java @@ -32,7 +32,7 @@ import org.bukkit.event.player.PlayerJoinEvent; public class AntiBauAddMemberFix implements Listener { - @EventHandler(priority = EventPriority.LOWEST) + @EventHandler(priority = EventPriority.LOW) public void onPlayerJoin(PlayerJoinEvent event) { if (event.getPlayer().getUniqueId().equals(BauServer.getInstance().getOwner())) { return;