mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-24 00:33:49 -07:00
@@ -27,12 +27,3 @@
|
||||
this.n = ichatbasecomponent;
|
||||
}
|
||||
|
||||
@@ -319,7 +319,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
- protected void channelRead0(ChannelHandlerContext channelhandlercontext, Object object) throws Exception {
|
||||
+ protected void channelRead0(ChannelHandlerContext channelhandlercontext, Packet object) throws Exception { // CraftBukkit - fix decompile error
|
||||
this.a(channelhandlercontext, (Packet) object);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user