Reduce UFO beam radius from 5 -> 3 blocks
This commit is contained in:
parent
fbd39092f8
commit
b46464babe
@ -338,7 +338,7 @@ public class AlienInvasion extends MiniPlugin
|
||||
|
||||
for (Player player : Bukkit.getOnlinePlayers())
|
||||
{
|
||||
if (UtilMath.offsetSquared(player.getLocation(), _beam) > 25)
|
||||
if (UtilMath.offsetSquared(player.getLocation(), _beam) > 9)
|
||||
{
|
||||
continue;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user