mirror of
https://github.com/JamesPeters98/ChestsPlusPlus.git
synced 2024-11-14 22:56:27 +01:00
Update Config.java
Oops.
This commit is contained in:
parent
383657dad7
commit
739329c861
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user