Throwing TNT -> Throwable TNT

This commit is contained in:
Sam 2018-01-12 00:53:14 +00:00 committed by Alexander Meech
parent 9116d4e1c9
commit be7ca772f2
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@ public class ThrowableTNTModule extends Module
{
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);
}
}
}