mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-11-13 15:10:50 +01:00
Fix missing party chat permission node check
This commit is contained in:
@@ -159,7 +159,7 @@ public class ChatManager {
|
||||
}
|
||||
break;
|
||||
case PARTY:
|
||||
if(mmoPlayer.getParty() != null) {
|
||||
if(mmoPlayer.getParty() != null && Permissions.partyChat(mmoPlayer.getPlayer())) {
|
||||
return true;
|
||||
}
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user