Insert FML handler before Vanilla connection handshake completes (#4380)

This commit is contained in:
Daniel Naylor 2017-09-06 22:11:21 +01:00 committed by LexManos
parent ef5ffc2c5d
commit dadc715e7d
1 changed files with 1 additions and 1 deletions

View File

@ -157,8 +157,8 @@ public class NetworkDispatcher extends SimpleChannelInboundHandler<Packet<?>> im
{
serverInitiateHandshake();
FMLLog.log.info("Connection received without FML marker, assuming vanilla.");
this.completeServerSideConnection(ConnectionType.VANILLA);
insertIntoChannel();
this.completeServerSideConnection(ConnectionType.VANILLA);
}
}