revert as this could lead to issues
This commit is contained in:
parent
d1f9d1a919
commit
896e412a0e
@ -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() {
|
public boolean isOptimized() {
|
||||||
return dataContainer.has(Keys.OPTIMIZATION_TYPE.key()) || !villager.isAware() || !villager.hasAI();
|
return dataContainer.has(Keys.OPTIMIZATION_TYPE.key());
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user