mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-26 07:06:45 +01:00
Fixed bad player names displaying when using /party
This commit is contained in:
parent
97dafc45fa
commit
46b5746dcc
@ -136,7 +136,7 @@ public class PartyCommand implements CommandExecutor {
|
||||
tempList.append(ChatColor.GRAY);
|
||||
}
|
||||
|
||||
tempList.append(otherMember).append(" ");
|
||||
tempList.append(otherMember.getName()).append(" ");
|
||||
}
|
||||
|
||||
String status = LocaleLoader.getString("Party.Status.Locked");
|
||||
|
Loading…
Reference in New Issue
Block a user