- Update
This commit is contained in:
parent
f6c38903f2
commit
f0d59755d2
@ -231,7 +231,7 @@ public class WitherVariation extends GameVariation
|
||||
|
||||
TeamCrystal red = Host.getCrystal(Host.GetTeam(ChatColor.RED));
|
||||
TeamCrystal blue = Host.getCrystal(Host.GetTeam(ChatColor.AQUA));
|
||||
HashMap<Block, Double> inside = UtilBlock.getInRadius(event.getLocation().getBlock(), 8, true);
|
||||
HashMap<Block, Double> inside = UtilBlock.getInRadius(event.getLocation().getBlock(), 2, false);
|
||||
|
||||
double dmg = 5 * Host.GetTeam(ChatColor.RED).GetPlayers(true).size();
|
||||
if (inside.containsKey(red.getLocation().getBlock()))
|
||||
|
Loading…
Reference in New Issue
Block a user