From 3e9ffa52c3fe145ab9cb913cad48b9c21a7d0e24 Mon Sep 17 00:00:00 2001 From: YoyoNow Date: Thu, 12 Jun 2025 19:19:38 +0200 Subject: [PATCH] Fix nit --- SpigotCore/SpigotCore_Main/src/de/steamwar/entity/CLine.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/SpigotCore/SpigotCore_Main/src/de/steamwar/entity/CLine.java b/SpigotCore/SpigotCore_Main/src/de/steamwar/entity/CLine.java index e145bb60..f3b02deb 100644 --- a/SpigotCore/SpigotCore_Main/src/de/steamwar/entity/CLine.java +++ b/SpigotCore/SpigotCore_Main/src/de/steamwar/entity/CLine.java @@ -41,6 +41,7 @@ public class CLine extends CEntity { private Location to; private float width = DEFAULT_WIDTH; private BlockData blockData = RBlockDisplay.DEFAULT_BLOCK; + private boolean hide = false; public CLine(REntityServer server) { super(server); @@ -78,8 +79,6 @@ public class CLine extends CEntity { return this; } - private boolean hide = false; - @Override public void hide(boolean hide) { if (hide == this.hide) return;