Removed the spammy "Entity does not exist" error.

This commit is contained in:
Kristian S. Stangeland 2012-10-19 00:54:03 +02:00
parent 90f2caa5e8
commit caed0dcb11
2 changed files with 1 additions and 2 deletions

View File

@ -4,7 +4,7 @@
<groupId>com.comphenix.protocol</groupId>
<artifactId>ProtocolLib</artifactId>
<name>ProtocolLib</name>
<version>1.4.0</version>
<version>1.4.1</version>
<description>Provides read/write access to the Minecraft protocol.</description>
<url>http://dev.bukkit.org/server-mods/protocollib/</url>
<developers>

View File

@ -303,7 +303,6 @@ public class PacketContainer implements Serializable {
}
}
System.out.println("Entity doesn't exist.");
return null;
}