diff --git a/plugin-playground/src/main/java/InterfaceDebugPlugin/plugin.java b/plugin-playground/src/main/java/InterfaceDebugPlugin/plugin.java index fd78ea9..b6cd5a6 100644 --- a/plugin-playground/src/main/java/InterfaceDebugPlugin/plugin.java +++ b/plugin-playground/src/main/java/InterfaceDebugPlugin/plugin.java @@ -41,7 +41,7 @@ public class plugin extends Plugin { FontType.SMALL, color, TextModifier.LEFT, - componentIndex + "", + componentIndex + "" + (component.modelId != 0 ? " (" + component.modelId + ")" : ""), screenX, screenY );