Show model ID in interface debug

This commit is contained in:
ceikry 2022-07-11 08:35:50 -05:00 committed by Ceikry
parent 02df637c4b
commit d4b68d135f

View file

@ -41,7 +41,7 @@ public class plugin extends Plugin {
FontType.SMALL,
color,
TextModifier.LEFT,
componentIndex + "",
componentIndex + "" + (component.modelId != 0 ? " (" + component.modelId + ")" : ""),
screenX,
screenY
);