fixed TNT not being able to hit anyone
This commit is contained in:
parent
a34ce75252
commit
e558796268
@ -51,7 +51,7 @@ public class ItemTNT extends ItemGadget
|
||||
HashMap<Player, Double> players = UtilPlayer.getInRadius(event.getLocation(), 10);
|
||||
for (Player player : players.keySet())
|
||||
{
|
||||
if (!Manager.collideEvent(this, player))
|
||||
if (Manager.collideEvent(this, player))
|
||||
continue;
|
||||
|
||||
double mult = players.get(player);
|
||||
|
Loading…
Reference in New Issue
Block a user