Fix issue #60
This commit is contained in:
parent
5c6463a2aa
commit
36b36926b5
@ -88,7 +88,7 @@ public class UserConnection extends GenericConnection implements CommandSender
|
||||
out.write(new Packet9Respawn((byte) -1, (byte) 0, (byte) 0, (short) 256, "DEFAULT").getPacket());
|
||||
}
|
||||
|
||||
ServerConnection newServer = ServerConnection.connect(this, name, serverAddr, handshake, server == null);
|
||||
ServerConnection newServer = ServerConnection.connect(this, name, serverAddr, handshake, true);
|
||||
if (server == null)
|
||||
{
|
||||
clientEntityId = newServer.loginPacket.entityId;
|
||||
|
Loading…
Reference in New Issue
Block a user