diff --git a/BauSystem_Main/src/de/steamwar/bausystem/features/tracer/TraceRecordingWrapper.java b/BauSystem_Main/src/de/steamwar/bausystem/features/tracer/TraceRecordingWrapper.java index 48f00569..783cec84 100644 --- a/BauSystem_Main/src/de/steamwar/bausystem/features/tracer/TraceRecordingWrapper.java +++ b/BauSystem_Main/src/de/steamwar/bausystem/features/tracer/TraceRecordingWrapper.java @@ -32,7 +32,6 @@ import java.util.ArrayList; import java.util.List; import java.util.zip.GZIPOutputStream; -//TODO Rename ? public class TraceRecordingWrapper { @Getter @@ -49,7 +48,7 @@ public class TraceRecordingWrapper { @SneakyThrows public TraceRecordingWrapper(Region region) { - startTick = TPSUtils.currentTick.get(); + startTick = TPSUtils.currentRealTick.get(); recordsToAdd = new ArrayList<>(); recordList = new ArrayList<>();