Generic cleanup

This commit is contained in:
Erik Broes
2011-06-12 00:02:58 +02:00
parent 938db4de2d
commit 96b1b8a10c
37 changed files with 667 additions and 635 deletions

View File

@@ -28,7 +28,7 @@ public class Packet51MapChunk extends Packet {
}
public Packet51MapChunk(int i, int j, int k, int l, int i1, int j1, byte[] data) {
// CraftBukkit - end
// CraftBukkit - end
this.k = true;
this.a = i;
this.b = j;
@@ -37,7 +37,7 @@ public class Packet51MapChunk extends Packet {
this.e = i1;
this.f = j1;
byte[] abyte = data; // CraftBukkit - uses data from above constructor
Deflater deflater = new Deflater(1);
Deflater deflater = new Deflater(-1);
try {
deflater.setInput(abyte);