Trace times joined & kicked (#4844)
* Trace times joined & kicked * Make mindustry.* import obsolete
This commit is contained in:
committed by
GitHub
parent
4d9a30b7c7
commit
ae838b9392
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user