Fixed most warnings

This commit is contained in:
Treeku
2014-04-10 11:52:09 +01:00
parent 62fea5c7cc
commit e91362a12f
63 changed files with 18 additions and 173 deletions
+1 -1
View File
@@ -56,7 +56,7 @@ public class CharonPacketUtils {
public static void printAnalysis(IoBuffer pack){
if (!NGECore.getInstance().PACKET_DEBUG)
if (!NGECore.PACKET_DEBUG)
return;
byte[] packArray = pack.array();