Make sure to log kick messages in NetworkDispatcher. Closes #3507

This commit is contained in:
LexManos 2016-12-05 12:01:53 -08:00
parent 6921ee54f5
commit 61fc4a70a3
1 changed files with 1 additions and 0 deletions

View File

@ -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)
{