1
0
mirror of https://github.com/mcMMO-Dev/mcMMO.git synced 2026-02-17 17:32:36 +01: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

View File

@@ -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;
}