mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-22 13:16:45 +01:00
The ; is important.
This commit is contained in:
parent
5e00636761
commit
2cd52db8c9
@ -381,7 +381,7 @@ public final class PartyManager {
|
|||||||
* @return true if the player can invite
|
* @return true if the player can invite
|
||||||
*/
|
*/
|
||||||
public static boolean canInvite(Player player, Party party) {
|
public static boolean canInvite(Player player, Party party) {
|
||||||
return !(party.isLocked() && !party.getLeader().equalsIgnoreCase(player.getName()))
|
return !(party.isLocked() && !party.getLeader().equalsIgnoreCase(player.getName()));
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user