From 0a513317b9808867df4540ff7913f09becafdd2a Mon Sep 17 00:00:00 2001 From: Chaoscaot Date: Tue, 30 Mar 2021 12:25:51 +0200 Subject: [PATCH] Adjusting Message --- BauSystem_Main/src/de/steamwar/bausystem/world/Detonator.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BauSystem_Main/src/de/steamwar/bausystem/world/Detonator.java b/BauSystem_Main/src/de/steamwar/bausystem/world/Detonator.java index 9275afa..f07279d 100644 --- a/BauSystem_Main/src/de/steamwar/bausystem/world/Detonator.java +++ b/BauSystem_Main/src/de/steamwar/bausystem/world/Detonator.java @@ -229,7 +229,7 @@ public class Detonator implements Listener { public static ItemStack pushLocToDetonator(ItemStack item, Detoloader.DetonatorActivation detoloader) { int slot = getFreeSlot(item); if (slot == -1) - throw new SecurityException("Ein Fehler ist aufgetreten, Hohle dir einen neuen Detonator mit §8/§edt wand"); + throw new SecurityException("Ein Fehler ist aufgetreten, hohl dir einen neuen Detonator mit §8/§edt wand"); ItemMeta meta = item.getItemMeta(); Location block = detoloader.location; meta.getPersistentDataContainer().set(new NamespacedKey(BauSystem.getPlugin(), DETO_PREFIX + slot), PersistentDataType.INTEGER_ARRAY, new int[]