Signed-off-by: D4rkr34lm <darth.m.frohn@gmail.com>
Dieser Commit ist enthalten in:
Ursprung
e06d612a0e
Commit
80967ab4e7
@ -46,6 +46,12 @@ public class Trace { // TODO: Add UUID for file saving and so on!
|
|||||||
@Getter
|
@Getter
|
||||||
private final long startTime = TPSUtils.currentTick.get();
|
private final long startTime = TPSUtils.currentTick.get();
|
||||||
|
|
||||||
|
/**
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
@Getter
|
||||||
|
private final Date date = new Date();
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Records of TNTs, making up the trace
|
* Records of TNTs, making up the trace
|
||||||
*/
|
*/
|
||||||
|
In neuem Issue referenzieren
Einen Benutzer sperren