mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-01-28 07:22:21 -08:00
Fixed #9552
This commit is contained in:
parent
0d273503be
commit
c8d7733826
1 changed files with 0 additions and 2 deletions
|
|
@ -36,8 +36,6 @@ public class TraceDialog extends BaseDialog{
|
|||
c.add(Core.bundle.format("trace.ip", info.ip)).row();
|
||||
c.button(Icon.copySmall, style, () -> copy(info.uuid)).size(s).padRight(4f);
|
||||
c.add(Core.bundle.format("trace.id", info.uuid)).row();
|
||||
c.button(Icon.copySmall, style, () -> copy(player.locale)).size(s).padRight(4f);
|
||||
c.add(Core.bundle.format("trace.language", player.locale)).row();
|
||||
}).row();
|
||||
|
||||
table.add(Core.bundle.format("trace.modclient", info.modded)).row();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue