Merge branch 'main' of https://github.com/piebotc/LegacyEvolved
This commit is contained in:
@@ -67,6 +67,7 @@ void EntityTracker::addEntity(shared_ptr<Entity> e)
|
||||
else if (e->instanceof(eTYPE_EXPERIENCEORB)) addEntity(e, 16 * 10, 20, true);
|
||||
else if (e->instanceof(eTYPE_ENDER_CRYSTAL)) addEntity(e, 16 * 16, INT_MAX, false);
|
||||
else if (e->instanceof(eTYPE_ITEM_FRAME)) addEntity(e, 16 * 10, INT_MAX, false);
|
||||
else if (e->instanceof(eTYPE_ARMORSTAND)) addEntity(e, 16 * 4, 1, true);
|
||||
}
|
||||
|
||||
void EntityTracker::addEntity(shared_ptr<Entity> e, int range, int updateInterval)
|
||||
|
||||
Reference in New Issue
Block a user