mirror of
https://github.com/2006-Scape/apollo.git
synced 2026-07-07 08:39:17 +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 + ".");
|
throw new IllegalStateException("Unsupported hint icon type " + type + ".");
|
||||||
}
|
}
|
||||||
|
|
||||||
System.out.println("type=" + type + ", index=" + message.getIndex().get());
|
|
||||||
|
|
||||||
return builder.toGamePacket();
|
return builder.toGamePacket();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user