diff --git a/FightSystem_Core/src/de/steamwar/fightsystem/event/TNTDistributor.java b/FightSystem_Core/src/de/steamwar/fightsystem/event/TNTDistributor.java index 6e0d81d..8982bb3 100644 --- a/FightSystem_Core/src/de/steamwar/fightsystem/event/TNTDistributor.java +++ b/FightSystem_Core/src/de/steamwar/fightsystem/event/TNTDistributor.java @@ -34,6 +34,6 @@ public class TNTDistributor { return; fp.ifPlayer(player -> player.getInventory().addItem(new ItemStack(Material.TNT, 20))); - })), 0, 300); + })), 300, 300); } }