diff --git a/BauSystem_Main/src/de/steamwar/bausystem/features/tracer/Trace.java b/BauSystem_Main/src/de/steamwar/bausystem/features/tracer/Trace.java index f6be4639..edd26dd3 100644 --- a/BauSystem_Main/src/de/steamwar/bausystem/features/tracer/Trace.java +++ b/BauSystem_Main/src/de/steamwar/bausystem/features/tracer/Trace.java @@ -46,6 +46,12 @@ public class Trace { // TODO: Add UUID for file saving and so on! @Getter private final long startTime = TPSUtils.currentTick.get(); + /** + * + */ + @Getter + private final Date date = new Date(); + /** * Records of TNTs, making up the trace */