SPIGOT-7639: Incoming plugin channels not working
This commit is contained in:
parent
ad549847ee
commit
080c8711ec
@ -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…
x
Reference in New Issue
Block a user