Typo Nextus

This commit is contained in:
thatsIch
2014-09-21 01:19:43 +02:00
parent 557e76787b
commit 4c5039c7da
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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