diff --git a/core/src/mindustry/ui/fragments/PlayerListFragment.java b/core/src/mindustry/ui/fragments/PlayerListFragment.java index c805057bf3..81ed310b04 100644 --- a/core/src/mindustry/ui/fragments/PlayerListFragment.java +++ b/core/src/mindustry/ui/fragments/PlayerListFragment.java @@ -200,7 +200,7 @@ public class PlayerListFragment{ button.button(Icon.hammer, ustyle, () -> ui.showConfirm("@confirm", Core.bundle.format("confirmvotekick", user.name()), - () -> Call.sendChatMessage("/votekick " + user.name()))) + () -> Call.sendChatMessage("/votekick #" + user.id))) .size(h); }