mirror of
https://github.com/AtlasMediaGroup/TotalFreedomMod.git
synced 2025-06-12 13:53:54 +00:00
Woops
This commit is contained in:
@ -62,7 +62,7 @@ public class Command_list extends TFM_Command
|
||||
continue;
|
||||
}
|
||||
|
||||
names.add(TFM_PlayerRank.fromSender(sender).getPrefix() + player.getName());
|
||||
names.add(TFM_PlayerRank.fromSender(player).getPrefix() + player.getName());
|
||||
}
|
||||
|
||||
onlineUsers.append("Connected ");
|
||||
|
Reference in New Issue
Block a user