Readd missing check

This commit is contained in:
Andrew Steinborn 2018-09-16 02:41:35 -04:00
parent 5ff36f1ae7
commit 8b94fe6ed2

View File

@ -92,7 +92,7 @@ public class BackendPlaySessionHandler implements MinecraftSessionHandler {
connection.getPlayer().getConnection().write(pm);
}
}, connection.getMinecraftConnection().getChannel().eventLoop());
} else {
} else if (connection.hasCompletedJoin()) {
// Just forward the packet on. We don't have anything to handle at this time.
connection.getPlayer().getConnection().write(packet);
}