Removed my debugger (my bad XD)

This commit is contained in:
xSquishyLiam
2025-12-14 03:03:23 +00:00
parent b8f4be8391
commit 9cd1db1351
2 changed files with 1 additions and 3 deletions

View File

@@ -95,8 +95,6 @@ public class ModelEnginePropertyHandler implements PropertyHandler {
if (anim.isOverride() && anim.getLoopMode() == BlueprintAnimation.LoopMode.ONCE) {
break;
}
plugin.getLogger().info(animId);
}
}