mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-05 06:32:17 -07:00
SPIGOT-7639: Incoming plugin channels not working
By: md_5 <git@md-5.net>
This commit is contained in:
@@ -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() {
|
||||||
|
Reference in New Issue
Block a user