1
0
mirror of https://github.com/mcMMO-Dev/mcMMO.git synced 2025-07-04 06:34:44 +02:00

If they aren't in a party, they shouldn't be in party chat mode.

This commit is contained in:
GJ
2013-05-14 13:10:54 -04:00
parent 6818f98de3
commit 1867a3e040

@ -540,6 +540,7 @@ public class PlayerListener implements Listener {
Party party = mcMMOPlayer.getParty();
if (party == null) {
mcMMOPlayer.togglePartyChat();
player.sendMessage(LocaleLoader.getString("Commands.Party.None"));
return;
}