This commit is contained in:
nossr50 2012-03-08 18:24:16 -08:00
parent 24bdd10f7f
commit 0441b062bd

View File

@ -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;