/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:
Florian CUNY 2018-07-19 12:20:40 +02:00
parent 918793fa43
commit c693c32f30

View File

@ -82,7 +82,7 @@ public class AdminRangeDisplayCommand extends CompositeCommand {
// Draw the island area
drawZone(user.getPlayer(), Particle.TOWN_AURA, island.getCenter(), island.getRange());
});
}, 20, 20));
}, 20, 30));
}
private void hideZones(User user) {