From 7a8762594cc5bac782e767122f4c4656e8a32e2e Mon Sep 17 00:00:00 2001 From: zOnlyKroks Date: Tue, 17 Jan 2023 12:55:19 +0100 Subject: [PATCH] push fixes --- SpigotCore_Main/src/de/steamwar/entity/REntity.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SpigotCore_Main/src/de/steamwar/entity/REntity.java b/SpigotCore_Main/src/de/steamwar/entity/REntity.java index 3b7eb99..9fba9ec 100644 --- a/SpigotCore_Main/src/de/steamwar/entity/REntity.java +++ b/SpigotCore_Main/src/de/steamwar/entity/REntity.java @@ -251,7 +251,7 @@ public class REntity { packetSink.accept(getDataWatcherPacket(nameWatcher, FlatteningWrapper.impl.formatDisplayName(displayName), nameVisibleWatcher, true)); } - if(noGravity) + if(Core.getVersion() > 8 && noGravity) packetSink.accept(getDataWatcherPacket(noGravityDataWatcher,this.noGravity)); }