Typo Craftinb
This commit is contained in:
parent
5b6a4d83b9
commit
270a2c840b
1 changed files with 1 additions and 1 deletions
2
me/cache/CraftingGridCache.java
vendored
2
me/cache/CraftingGridCache.java
vendored
|
@ -543,7 +543,7 @@ public class CraftingGridCache implements ICraftingGrid, ICraftingProviderHelper
|
||||||
public Future<ICraftingJob> beginCraftingJob(World world, IGrid grid, BaseActionSource actionSrc, IAEItemStack slotItem, ICraftingCallback cb)
|
public Future<ICraftingJob> beginCraftingJob(World world, IGrid grid, BaseActionSource actionSrc, IAEItemStack slotItem, ICraftingCallback cb)
|
||||||
{
|
{
|
||||||
if ( world == null || grid == null || actionSrc == null || slotItem == null )
|
if ( world == null || grid == null || actionSrc == null || slotItem == null )
|
||||||
throw new RuntimeException( "Invalid Craftinb Job Request" );
|
throw new RuntimeException( "Invalid Crafting Job Request" );
|
||||||
|
|
||||||
CraftingJob cj = new CraftingJob( world, grid, actionSrc, slotItem, cb );
|
CraftingJob cj = new CraftingJob( world, grid, actionSrc, slotItem, cb );
|
||||||
return craftingPool.submit( cj, (ICraftingJob) cj );
|
return craftingPool.submit( cj, (ICraftingJob) cj );
|
||||||
|
|
Loading…
Reference in a new issue