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());
|
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)
|
if (server == null)
|
||||||
{
|
{
|
||||||
clientEntityId = newServer.loginPacket.entityId;
|
clientEntityId = newServer.loginPacket.entityId;
|
||||||
@ -286,7 +286,7 @@ public class UserConnection extends GenericConnection implements CommandSender
|
|||||||
|
|
||||||
message.tag = event.getTag();
|
message.tag = event.getTag();
|
||||||
message.data = event.getData().getBytes();
|
message.data = event.getData().getBytes();
|
||||||
|
|
||||||
// Allow a message for killing the connection outright
|
// Allow a message for killing the connection outright
|
||||||
if (message.tag.equals("KillCon"))
|
if (message.tag.equals("KillCon"))
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user