12
1
Dieser Commit ist enthalten in:
Chaoscaot 2021-04-01 00:08:48 +02:00
Ursprung bdac557390
Commit 30fc66b19e

Datei anzeigen

@ -94,7 +94,7 @@ public class DenyWorldInteraction implements Listener {
} }
} }
@EventHandler() @EventHandler
public void onPlayerJoin(PlayerJoinEvent event) { public void onPlayerJoin(PlayerJoinEvent event) {
if(FightSystem.ISAPRIL) { if(FightSystem.ISAPRIL) {
PacketContainer demo = ProtocolLibrary.getProtocolManager().createPacket(PacketType.Play.Server.GAME_STATE_CHANGE); PacketContainer demo = ProtocolLibrary.getProtocolManager().createPacket(PacketType.Play.Server.GAME_STATE_CHANGE);