mirror of
				https://github.com/mcMMO-Dev/mcMMO.git
				synced 2025-11-04 11:03:43 +01:00 
			
		
		
		
	Another WIP
This commit is contained in:
		@@ -81,11 +81,6 @@ public class Party
 | 
			
		||||
    }
 | 
			
		||||
	
 | 
			
		||||
    public boolean inSameParty(Player playera, Player playerb){
 | 
			
		||||
    	if(Users.getProfile(playera) == null || Users.getProfile(playerb) == null)
 | 
			
		||||
    	{
 | 
			
		||||
    		Users.addUser(playera);
 | 
			
		||||
    		Users.addUser(playerb);
 | 
			
		||||
    	}
 | 
			
		||||
    	if(Users.getProfile(playera).inParty() && Users.getProfile(playerb).inParty())
 | 
			
		||||
    	{
 | 
			
		||||
	        if(Users.getProfile(playera).getParty().equals(Users.getProfile(playerb).getParty()))
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user