Make sure to log kick messages in NetworkDispatcher. Closes #3507
This commit is contained in:
parent
6921ee54f5
commit
61fc4a70a3
1 changed files with 1 additions and 0 deletions
|
@ -329,6 +329,7 @@ public class NetworkDispatcher extends SimpleChannelInboundHandler<Packet<?>> im
|
|||
|
||||
private void kickWithMessage(String message)
|
||||
{
|
||||
FMLLog.log(Level.ERROR, "Network Disconnect: %s", message);
|
||||
final TextComponentString TextComponentString = new TextComponentString(message);
|
||||
if (side == Side.CLIENT)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue