mirror of
				https://github.com/mcMMO-Dev/mcMMO.git
				synced 2025-11-04 02:53:43 +01:00 
			
		
		
		
	Fixed issue with JSON API plugin & player chat events
This commit is contained in:
		@@ -314,6 +314,10 @@ public class PlayerListener implements Listener {
 | 
			
		||||
        Player player = event.getPlayer();
 | 
			
		||||
        PlayerProfile profile = Users.getProfile(player);
 | 
			
		||||
 | 
			
		||||
        if (profile == null) {
 | 
			
		||||
            return;
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        if (profile.getPartyChatMode()) {
 | 
			
		||||
            Party party = profile.getParty();
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user