From 31a04e8323c942d8fcb65492b28db07a5e9b1ebb Mon Sep 17 00:00:00 2001 From: Lixfel Date: Wed, 29 Sep 2021 08:10:20 +0200 Subject: [PATCH] Full TinyProtocol implementation (some tests on 1.8 & 1.15) Signed-off-by: Lixfel --- .../src/de/steamwar/fightsystem/utils/BountifulWrapper8.java | 2 +- 1 file changed, 1 insertion(+), 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 685f575..3e945df 100644 --- a/FightSystem_8/src/de/steamwar/fightsystem/utils/BountifulWrapper8.java +++ b/FightSystem_8/src/de/steamwar/fightsystem/utils/BountifulWrapper8.java @@ -104,7 +104,7 @@ public class BountifulWrapper8 implements BountifulWrapper.IBountifulWrapper { return index; } - private static final Class watchableObject = Reflection.getClass("{nms}.DataWatcher.WatchableObject"); + private static final Class watchableObject = Reflection.getClass("{nms}.DataWatcher$WatchableObject"); private static final Reflection.ConstructorInvoker watchableObjectConstructor = Reflection.getConstructor(watchableObject, int.class, int.class, Object.class); private static final Map, Integer> watchableDatatypes = new HashMap<>(); static {