Dieser Commit ist enthalten in:
Ursprung
07cd605d2c
Commit
f50d887da5
@ -63,7 +63,7 @@ public class TraceEntity extends REntity {
|
|||||||
this.records = records;
|
this.records = records;
|
||||||
this.trace = trace;
|
this.trace = trace;
|
||||||
uniqueTntIdsString = records.stream().map(TNTPoint::getTntId).distinct().map(Object::toString).collect(Collectors.joining(" "));
|
uniqueTntIdsString = records.stream().map(TNTPoint::getTntId).distinct().map(Object::toString).collect(Collectors.joining(" "));
|
||||||
addEntityMethod.invoke(server, this);
|
addEntityMethod.invoke(server, (REntity) this);
|
||||||
setNoGravity(true);
|
setNoGravity(true);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
In neuem Issue referenzieren
Einen Benutzer sperren