From 67e9a3544e70f0cda0bd1476399285e4c0611d56 Mon Sep 17 00:00:00 2001 From: YoyoNow Date: Mon, 20 Apr 2026 13:45:16 +0200 Subject: [PATCH] Fix Tablist.disable removing gm knowledge --- VelocityCore/src/de/steamwar/velocitycore/tablist/Tablist.java | 1 - 1 file changed, 1 deletion(-) diff --git a/VelocityCore/src/de/steamwar/velocitycore/tablist/Tablist.java b/VelocityCore/src/de/steamwar/velocitycore/tablist/Tablist.java index 125e0388..f80b57cf 100644 --- a/VelocityCore/src/de/steamwar/velocitycore/tablist/Tablist.java +++ b/VelocityCore/src/de/steamwar/velocitycore/tablist/Tablist.java @@ -158,7 +158,6 @@ public class Tablist extends ChannelInboundHandlerAdapter { public void disable() { sendTabPacket(new ArrayList<>(directTabItems.values()), null); - directTabItems.clear(); sendTabPacket(current, null); current.clear();