mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-07-31 19:45:26 +02:00
Temporarily hold party settings in DSM (will be removed later)
This commit is contained in:
@@ -42,10 +42,10 @@ public final class PartyManager {
|
||||
* @return the unlock level for the feature
|
||||
*/
|
||||
public static int getPartyFeatureUnlockLevel(PartyFeature partyFeature) {
|
||||
if (mcMMO.getConfigManager().getPartyFeatureUnlocks().get(partyFeature) == null)
|
||||
if (mcMMO.getDynamicSettingsManager().getPartyFeatureUnlocks().get(partyFeature) == null)
|
||||
return 0;
|
||||
else
|
||||
return mcMMO.getConfigManager().getPartyFeatureUnlocks().get(partyFeature);
|
||||
return mcMMO.getDynamicSettingsManager().getPartyFeatureUnlocks().get(partyFeature);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user