Typo Nextus
This commit is contained in:
@@ -101,7 +101,7 @@ public class CraftingLink implements ICraftingLink
|
||||
tag.setBoolean( "req", req != null );
|
||||
}
|
||||
|
||||
public void setNextus(CraftingLinkNexus n)
|
||||
public void setNexus(CraftingLinkNexus n)
|
||||
{
|
||||
if ( tie != null )
|
||||
tie.remove( this );
|
||||
|
||||
@@ -112,7 +112,7 @@ public class CraftingLinkNexus
|
||||
public void removeNode()
|
||||
{
|
||||
if ( req != null )
|
||||
req.setNextus( null );
|
||||
req.setNexus( null );
|
||||
|
||||
req = null;
|
||||
tickOfDeath = 0;
|
||||
|
||||
Vendored
+1
-1
@@ -158,7 +158,7 @@ public class CraftingGridCache implements ICraftingGrid, ICraftingProviderHelper
|
||||
if ( n == null )
|
||||
links.put( l.getCraftingID(), n = new CraftingLinkNexus( l.getCraftingID() ) );
|
||||
|
||||
l.setNextus( n );
|
||||
l.setNexus( n );
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user