Possible fix for Alchemy Arrays not working on servers.

This commit is contained in:
WayofTime 2016-01-03 18:40:58 -05:00
parent 00adb96931
commit 52a067e845

View file

@ -72,7 +72,7 @@ public class BlockAlchemyArray extends BlockContainer
array.attemptCraft();
} else
{
return false;
return true;
}
}