mirror of
				https://github.com/mcMMO-Dev/mcMMO.git
				synced 2025-11-03 18:43:43 +01:00 
			
		
		
		
	Because you can't join your own parties.
This commit is contained in:
		@@ -171,6 +171,11 @@ public class PartyCommand implements CommandExecutor {
 | 
				
			|||||||
                return false;
 | 
					                return false;
 | 
				
			||||||
            }
 | 
					            }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					            if (player.equals(target)) {
 | 
				
			||||||
 | 
					                player.sendMessage(LocaleLoader.getString("Party.Join.Self"));
 | 
				
			||||||
 | 
					                return true;
 | 
				
			||||||
 | 
					            }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
            String password = null;
 | 
					            String password = null;
 | 
				
			||||||
            
 | 
					            
 | 
				
			||||||
            if(args.length > 2) {
 | 
					            if(args.length > 2) {
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user