From ab35286f97224c6986aca5fe5ae543ec401ebc84 Mon Sep 17 00:00:00 2001 From: yoyosource Date: Sun, 7 Aug 2022 18:05:22 +0200 Subject: [PATCH] Disable SimulatorPreview19 for now Signed-off-by: yoyosource --- .../bausystem/features/simulator/SimulatorPreview19.java | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/BauSystem_19/src/de/steamwar/bausystem/features/simulator/SimulatorPreview19.java b/BauSystem_19/src/de/steamwar/bausystem/features/simulator/SimulatorPreview19.java index 5cfc5330..34a0b9ea 100644 --- a/BauSystem_19/src/de/steamwar/bausystem/features/simulator/SimulatorPreview19.java +++ b/BauSystem_19/src/de/steamwar/bausystem/features/simulator/SimulatorPreview19.java @@ -38,6 +38,10 @@ public class SimulatorPreview19 implements SimulatorPreview { @Override public Record simulate(TNTSimulator tntSimulator) { + if (true) { + return new Record(false); + } + Map>>> result = new HashMap<>(); for (SimulatorElement element : tntSimulator.getTntElementList()) { element.locations(result);