mirror of
				https://github.com/mcMMO-Dev/mcMMO.git
				synced 2025-11-04 11:03:43 +01:00 
			
		
		
		
	Whoops..
This commit is contained in:
		@@ -36,7 +36,7 @@ public class PtpCommand implements CommandExecutor {
 | 
				
			|||||||
			return true;
 | 
								return true;
 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
		
 | 
							
 | 
				
			||||||
		if(Party.getInstance().isParty(PP.getParty()))
 | 
							if(!Party.getInstance().isParty(PP.getParty()))
 | 
				
			||||||
		{
 | 
							{
 | 
				
			||||||
		    player.sendMessage(ChatColor.RED+"You are not in a party!");
 | 
							    player.sendMessage(ChatColor.RED+"You are not in a party!");
 | 
				
			||||||
		    return true;
 | 
							    return true;
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user