revert as this could lead to issues

This commit is contained in:
xGinko 2023-09-29 13:27:31 +02:00
parent d1f9d1a919
commit 896e412a0e

View File

@ -25,10 +25,10 @@ public final class WrappedVillager {
}
/**
* @return True if the villager is optimized by this or another plugin, otherwise false.
* @return True if the villager is optimized by this plugin, otherwise false.
*/
public boolean isOptimized() {
return dataContainer.has(Keys.OPTIMIZATION_TYPE.key()) || !villager.isAware() || !villager.hasAI();
return dataContainer.has(Keys.OPTIMIZATION_TYPE.key());
}
/**