diff --git a/Plugins/Nautilus.Game.Arcade/src/nautilus/game/arcade/game/modules/ThrowableTNTModule.java b/Plugins/Nautilus.Game.Arcade/src/nautilus/game/arcade/game/modules/ThrowableTNTModule.java index 9b39fa7d0..ba805ca62 100644 --- a/Plugins/Nautilus.Game.Arcade/src/nautilus/game/arcade/game/modules/ThrowableTNTModule.java +++ b/Plugins/Nautilus.Game.Arcade/src/nautilus/game/arcade/game/modules/ThrowableTNTModule.java @@ -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); } } }