mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-26 23:26:45 +01:00
Whoops..
This commit is contained in:
parent
24bdd10f7f
commit
0441b062bd
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user