No longer needed, bug was fixed

This commit is contained in:
LexManos 2012-03-04 03:08:43 -08:00
parent e96e496e05
commit c8fa2639aa
1 changed files with 0 additions and 11 deletions

View File

@ -1,11 +0,0 @@
--- ../src_base/minecraft/net/minecraft/src/Packet250CustomPayload.java 0000-00-00 00:00:00.000000000 -0000
+++ ../src_work/minecraft/net/minecraft/src/Packet250CustomPayload.java 0000-00-00 00:00:00.000000000 -0000
@@ -20,7 +20,7 @@
if (length > 0 && length < 32767)
{
data = new byte[length];
- datainputstream.read(data);
+ datainputstream.readFully(data);
}
}