Crafting is virtually working 100%

This commit is contained in:
AlgorithmX2
2014-06-22 02:00:38 -05:00
parent 65e9e272c4
commit ff9a10b926
14 changed files with 323 additions and 68 deletions
+1 -1
View File
@@ -78,7 +78,7 @@ public class PacketCraftRequest extends AppEngPacket
try
{
CraftingJob cj = new CraftingJob( cca, slotItem, Actionable.SIMULATE );
CraftingJob cj = new CraftingJob( cca.getWorld(), cca, slotItem, Actionable.SIMULATE );
ContainerOpenContext context = cca.openContext;
if ( context != null )