Update Config.java

Oops.
This commit is contained in:
jameslfc19 2020-06-28 22:04:51 +01:00
parent 383657dad7
commit 739329c861

View File

@ -331,7 +331,7 @@ public class Config {
if (block.getType() == Material.CRAFTING_TABLE) {
AutoCraftInfo info = Utils.getAutoCraftInfo(block);
if (info != null) {
return info.getStorage();
return info.getStorage(location);
}
}
}