mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-23 13:46:46 +01:00
Fixed minor formatting issue with /party invite
This commit is contained in:
parent
51305118fa
commit
e37e913f6a
@ -419,7 +419,7 @@ public class PartyCommand implements CommandExecutor {
|
|||||||
|
|
||||||
if (target != null) {
|
if (target != null) {
|
||||||
if (PartyManager.inSameParty(player, target)) {
|
if (PartyManager.inSameParty(player, target)) {
|
||||||
player.sendMessage(LocaleLoader.getString("Party.Player.InSameParty"));
|
player.sendMessage(LocaleLoader.getString("Party.Player.InSameParty", target.getName()));
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user