From a17e522075f0461545c1773f513c19ff420f085c Mon Sep 17 00:00:00 2001 From: Lixfel Date: Wed, 29 Sep 2021 08:31:02 +0200 Subject: [PATCH] Remove todo Signed-off-by: Lixfel --- .../src/de/steamwar/fightsystem/utils/BountifulWrapper8.java | 1 - 1 file changed, 1 deletion(-) diff --git a/FightSystem_8/src/de/steamwar/fightsystem/utils/BountifulWrapper8.java b/FightSystem_8/src/de/steamwar/fightsystem/utils/BountifulWrapper8.java index 3e945df..c5b5801 100644 --- a/FightSystem_8/src/de/steamwar/fightsystem/utils/BountifulWrapper8.java +++ b/FightSystem_8/src/de/steamwar/fightsystem/utils/BountifulWrapper8.java @@ -113,7 +113,6 @@ public class BountifulWrapper8 implements BountifulWrapper.IBountifulWrapper { watchableDatatypes.put(int.class, 2); watchableDatatypes.put(float.class, 3); watchableDatatypes.put(String.class, 4); - watchableDatatypes.put(String.class, 5); //TODO: ItemStack required } @Override