Trace times joined & kicked (#4844)

* Trace times joined & kicked

* Make mindustry.* import obsolete
This commit is contained in:
Patrick 'Quezler' Mounier
2021-03-03 15:09:05 +01:00
committed by GitHub
parent 4d9a30b7c7
commit ae838b9392
5 changed files with 16 additions and 4 deletions

View File

@@ -32,6 +32,10 @@ public class TraceDialog extends BaseDialog{
table.row();
table.add(Core.bundle.format("trace.mobile", info.mobile));
table.row();
table.add(Core.bundle.format("trace.times.joined", info.timesJoined));
table.row();
table.add(Core.bundle.format("trace.times.kicked", info.timesKicked));
table.row();
table.add().pad(5);
table.row();