mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-10 10:20:44 -07:00
Show model ID in interface debug
This commit is contained in:
parent
02df637c4b
commit
d4b68d135f
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@ public class plugin extends Plugin {
|
|||
FontType.SMALL,
|
||||
color,
|
||||
TextModifier.LEFT,
|
||||
componentIndex + "",
|
||||
componentIndex + "" + (component.modelId != 0 ? " (" + component.modelId + ")" : ""),
|
||||
screenX,
|
||||
screenY
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue