Cleaned up CraftBukkit comments in NMS.
Added newlines at the end of files Fixed improper line endings on some files Matched start - end comments Added some missing comments for diffs Fixed syntax on some spots Minimized some diff Removed some no longer used files Added comment on some required files with no changes Fixed imports of items used once Added imports for items used more than once
This commit is contained in:
@@ -4,7 +4,7 @@ import java.io.DataInputStream;
|
||||
import java.io.DataOutputStream;
|
||||
import java.io.IOException;
|
||||
import java.util.zip.DataFormatException;
|
||||
import java.util.zip.Deflater;
|
||||
// import java.util.zip.Deflater; // CraftBukkit
|
||||
import java.util.zip.Inflater;
|
||||
|
||||
public class Packet51MapChunk extends Packet {
|
||||
@@ -23,7 +23,6 @@ public class Packet51MapChunk extends Packet {
|
||||
this.lowPriority = true;
|
||||
}
|
||||
|
||||
// CraftBukkit start
|
||||
public Packet51MapChunk(Chunk chunk, boolean flag, int i) {
|
||||
this.lowPriority = true;
|
||||
this.a = chunk.x;
|
||||
|
||||
Reference in New Issue
Block a user