mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2026-02-21 03:03:02 +01:00
if( -> if (
This commit is contained in:
@@ -243,7 +243,7 @@ public final class PartyManager {
|
||||
}
|
||||
|
||||
final McMMOPlayer mmoPlayer = UserManager.getPlayer(player);
|
||||
if(mmoPlayer == null)
|
||||
if (mmoPlayer == null)
|
||||
return null;
|
||||
|
||||
return mmoPlayer.getParty();
|
||||
|
||||
Reference in New Issue
Block a user