Dieser Commit ist enthalten in:
Ursprung
a94f5747a0
Commit
be25b71cb8
@ -104,6 +104,11 @@ public class TraceCommand extends SWCommand {
|
||||
|
||||
for(TNTRecord record: records)
|
||||
isolationFlag.toggleId(record.getTntId());
|
||||
|
||||
ViewFlag[] flags = new ViewFlag [1];
|
||||
flags[0] = isolationFlag;
|
||||
|
||||
trace.render(player, viewFlags, BundleFilter.STRICT);
|
||||
}
|
||||
|
||||
@ClassMapper(value = Trace.class, local = true)
|
||||
|
In neuem Issue referenzieren
Einen Benutzer sperren