mirror of
https://github.com/AtlasMediaGroup/TotalFreedomMod.git
synced 2024-11-27 01:05:38 +00:00
Woops
This commit is contained in:
parent
a9ef738602
commit
24fca9af97
@ -1,3 +1,3 @@
|
||||
#Build Number for ANT. Do not edit!
|
||||
#Tue Dec 03 14:05:51 CET 2013
|
||||
build.number=664
|
||||
#Tue Dec 03 14:13:20 CET 2013
|
||||
build.number=665
|
||||
|
@ -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 ");
|
||||
|
Loading…
Reference in New Issue
Block a user