From 35c37b9c06ade87904c088c3862627caac7ce044 Mon Sep 17 00:00:00 2001 From: yoyosource Date: Fri, 15 Sep 2023 17:26:54 +0200 Subject: [PATCH] Hotfix RBlockServer Signed-off-by: yoyosource --- .../de/steamwar/bausystem/features/simulator/TNTSimulator.java | 1 + 1 file changed, 1 insertion(+) diff --git a/BauSystem_Main/src/de/steamwar/bausystem/features/simulator/TNTSimulator.java b/BauSystem_Main/src/de/steamwar/bausystem/features/simulator/TNTSimulator.java index f87ee867..1e026c52 100644 --- a/BauSystem_Main/src/de/steamwar/bausystem/features/simulator/TNTSimulator.java +++ b/BauSystem_Main/src/de/steamwar/bausystem/features/simulator/TNTSimulator.java @@ -133,6 +133,7 @@ public class TNTSimulator { currentlyCalculating = null; } } + toShow.remove(player); } public boolean hasPreview(Player player) {