fixer
This commit is contained in:
parent
b45eb53dff
commit
def46c715e
@ -54,7 +54,7 @@ public class WorldManager extends MiniPlugin
|
|||||||
}
|
}
|
||||||
|
|
||||||
//Clean Old Items
|
//Clean Old Items
|
||||||
if (type == EntityType.ITEM)
|
if (type == EntityType.DROPPED_ITEM)
|
||||||
{
|
{
|
||||||
for (Entity ent : ents)
|
for (Entity ent : ents)
|
||||||
if (ent.getTicksLived() > 2400)
|
if (ent.getTicksLived() > 2400)
|
||||||
|
Loading…
Reference in New Issue
Block a user