Update CraftBukkit to Minecraft 1.4(.2).
This commit is contained in:
@@ -190,7 +190,7 @@ public class NetworkManager implements INetworkManager {
|
||||
boolean flag = false;
|
||||
|
||||
try {
|
||||
Packet packet = Packet.a(this.input, this.packetListener.a());
|
||||
Packet packet = Packet.a(this.input, this.packetListener.a(), this.socket);
|
||||
|
||||
if (packet != null) {
|
||||
if (packet instanceof Packet252KeyResponse && !this.f) {
|
||||
|
||||
Reference in New Issue
Block a user