SPIGOT-7639: Incoming plugin channels not working

This commit is contained in:
md_5 2024-04-27 15:37:13 +10:00
parent ad549847ee
commit 080c8711ec
No known key found for this signature in database
GPG Key ID: E8E901AC7C617C11

View File

@ -1722,3 +1722,16 @@
}
}
@@ -1933,8 +3022,10 @@
});
}
- @Override
- public void handleCustomPayload(ServerboundCustomPayloadPacket serverboundcustompayloadpacket) {}
+ // CraftBukkit start - handled in super
+ // @Override
+ // public void handleCustomPayload(ServerboundCustomPayloadPacket serverboundcustompayloadpacket) {}
+ // CraftBukkit end
@Override
public EntityPlayer getPlayer() {