Throwing TNT -> Throwable TNT
This commit is contained in:
parent
9116d4e1c9
commit
be7ca772f2
@ -124,7 +124,7 @@ public class ThrowableTNTModule extends Module
|
|||||||
{
|
{
|
||||||
for (Player other : UtilPlayer.getNearby(entity.getLocation(), EXPLOSION_RADIUS))
|
for (Player other : UtilPlayer.getNearby(entity.getLocation(), EXPLOSION_RADIUS))
|
||||||
{
|
{
|
||||||
getGame().getArcadeManager().GetCondition().Factory().Explosion("Throwing TNT", other, player, 50, 0.1, false, false);
|
getGame().getArcadeManager().GetCondition().Factory().Explosion("Throwable TNT", other, player, 50, 0.1, false, false);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user