mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-04 07:17:46 +01:00
SPIGOT-7639: Incoming plugin channels not working
By: md_5 <git@md-5.net>
This commit is contained in:
parent
6dc63e45f2
commit
d220a7c580
@ -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…
Reference in New Issue
Block a user