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);