Increasing radius of items despawning.
This commit is contained in:
parent
e4eb286225
commit
2a40eee9e7
@ -998,7 +998,7 @@ public class BonusManager extends MiniClientPlugin<BonusClientData> implements I
|
||||
if(event.getType() != UpdateType.TICK)
|
||||
return;
|
||||
|
||||
for(Entity entity : _carlNpc.getEntity().getNearbyEntities(3, -0.5, 3))
|
||||
for(Entity entity : _carlNpc.getEntity().getNearbyEntities(10, -0.5, 10))
|
||||
{
|
||||
if(!(entity instanceof Item))
|
||||
continue;
|
||||
|
Loading…
Reference in New Issue
Block a user