This commit is contained in:
Cheese 2015-11-28 00:52:54 +11:00
parent b45eb53dff
commit def46c715e
1 changed files with 1 additions and 1 deletions

View File

@ -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)