mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2025-01-02 14:38:24 +01:00
/bsb range display : now 30 ticks instead of 20
Again, it is mainly to make it looks better and avoid having too much barrier particles when moving
This commit is contained in:
parent
918793fa43
commit
c693c32f30
@ -82,7 +82,7 @@ public class AdminRangeDisplayCommand extends CompositeCommand {
|
|||||||
// Draw the island area
|
// Draw the island area
|
||||||
drawZone(user.getPlayer(), Particle.TOWN_AURA, island.getCenter(), island.getRange());
|
drawZone(user.getPlayer(), Particle.TOWN_AURA, island.getCenter(), island.getRange());
|
||||||
});
|
});
|
||||||
}, 20, 20));
|
}, 20, 30));
|
||||||
}
|
}
|
||||||
|
|
||||||
private void hideZones(User user) {
|
private void hideZones(User user) {
|
||||||
|
Loading…
Reference in New Issue
Block a user