mirror of
https://hub.spigotmc.org/stash/scm/spigot/craftbukkit.git
synced 2025-08-31 22:30:15 +00:00
SPIGOT-7639: Incoming plugin channels not working
This commit is contained in:
parent
ad549847ee
commit
080c8711ec
1 changed files with 13 additions and 0 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Reference in a new issue