Removed test debug
This commit is contained in:
parent
59c7187bab
commit
34e29689a3
@ -125,7 +125,6 @@ public class Plugin extends PluginBase {
|
||||
|
||||
public static void tickComponents(Entity entity) {
|
||||
if (!(entity instanceof EntityIntelligent)) return;
|
||||
System.out.println("Ticking components for entity: " + entity.getName());
|
||||
if (getInstance().getServer().getPluginManager().getPlugin("NukkitAddonReader") instanceof com.cimeyclust.addonreader.Plugin pl) {
|
||||
pl.tickComponents((EntityIntelligent) entity);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user