From 30fc66b19e13be9aa8818f80f99a89311ce26727 Mon Sep 17 00:00:00 2001 From: Chaoscaot Date: Thu, 1 Apr 2021 00:08:48 +0200 Subject: [PATCH] =?UTF-8?q?Fixing=20April=C3=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../de/steamwar/fightsystem/listener/DenyWorldInteraction.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FightSystem_Main/src/de/steamwar/fightsystem/listener/DenyWorldInteraction.java b/FightSystem_Main/src/de/steamwar/fightsystem/listener/DenyWorldInteraction.java index a75990b..dcbfde4 100644 --- a/FightSystem_Main/src/de/steamwar/fightsystem/listener/DenyWorldInteraction.java +++ b/FightSystem_Main/src/de/steamwar/fightsystem/listener/DenyWorldInteraction.java @@ -94,7 +94,7 @@ public class DenyWorldInteraction implements Listener { } } - @EventHandler() + @EventHandler public void onPlayerJoin(PlayerJoinEvent event) { if(FightSystem.ISAPRIL) { PacketContainer demo = ProtocolLibrary.getProtocolManager().createPacket(PacketType.Play.Server.GAME_STATE_CHANGE);