From 1b2d19c31dd816f54f0d4162a9b90183983f1fc9 Mon Sep 17 00:00:00 2001 From: D4rkr34lm Date: Tue, 10 Oct 2023 01:06:46 +0200 Subject: [PATCH] Add call to tnt phase menu --- .../bausystem/features/simulator2/gui/SimulatorTNTGui.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BauSystem_Main/src/de/steamwar/bausystem/features/simulator2/gui/SimulatorTNTGui.java b/BauSystem_Main/src/de/steamwar/bausystem/features/simulator2/gui/SimulatorTNTGui.java index b979e930..ab522d11 100644 --- a/BauSystem_Main/src/de/steamwar/bausystem/features/simulator2/gui/SimulatorTNTGui.java +++ b/BauSystem_Main/src/de/steamwar/bausystem/features/simulator2/gui/SimulatorTNTGui.java @@ -103,7 +103,7 @@ public class SimulatorTNTGui extends SimulatorScrollGui { SimulatorWatcher.update(simulator); }), new SWItem(Material.ANVIL, "§eEdit Phase", clickType -> { - // Open Edit Phase menu + new SimulatorTntPhaseGui(player, simulator, tntElement, tntSetting, this).open(); }), }; }