mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2026-02-21 03:03:02 +01:00
Fixed NPE due to null itemShareMode
This commit is contained in:
@@ -260,7 +260,6 @@ public final class PartyManager {
|
||||
|
||||
party.setName(partyName);
|
||||
party.setLeader(player.getName());
|
||||
party.setXpShareMode(ShareHandler.ShareMode.NONE);
|
||||
party.setLocked(true); // Parties are now invite-only by default, can be set to open with /party unlock
|
||||
|
||||
if (password != null) {
|
||||
|
||||
Reference in New Issue
Block a user