mirror of
https://gitlab.com/phoenix-dvpmt/mmoitems.git
synced 2025-01-08 07:27:39 +01:00
Fixed 'disable-craftings'
This commit is contained in:
parent
15dc8c73f3
commit
e85a4d813a
@ -29,7 +29,8 @@ public abstract class RecipeManager {
|
||||
private final Set<LoadedRecipe> loadedRecipes = new HashSet<>();
|
||||
|
||||
public RecipeManager() {
|
||||
load();
|
||||
if (!MMOItems.plugin.getConfig().getBoolean("disable-craftings"))
|
||||
load();
|
||||
}
|
||||
|
||||
public abstract void load();
|
||||
|
Loading…
Reference in New Issue
Block a user