mirror of
https://github.com/2006-Scape/apollo.git
synced 2026-07-03 00:38:21 +00:00
Remove debug message from HintIconMessageEncoder.
This commit is contained in:
@@ -28,8 +28,6 @@ public final class HintIconMessageEncoder extends MessageEncoder<HintIconMessage
|
||||
throw new IllegalStateException("Unsupported hint icon type " + type + ".");
|
||||
}
|
||||
|
||||
System.out.println("type=" + type + ", index=" + message.getIndex().get());
|
||||
|
||||
return builder.toGamePacket();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user