mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-08-02 03:15:52 -04:00
Fixed most warnings
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user