Fixed bad player names displaying when using /party

This commit is contained in:
bm01 2013-02-09 15:54:03 +01:00
parent 97dafc45fa
commit 46b5746dcc

View File

@ -136,7 +136,7 @@ public class PartyCommand implements CommandExecutor {
tempList.append(ChatColor.GRAY); tempList.append(ChatColor.GRAY);
} }
tempList.append(otherMember).append(" "); tempList.append(otherMember.getName()).append(" ");
} }
String status = LocaleLoader.getString("Party.Status.Locked"); String status = LocaleLoader.getString("Party.Status.Locked");