Typo isMeaninful

This commit is contained in:
thatsIch
2014-09-20 22:42:09 +02:00
parent e9ff5bcd21
commit b7c1c7c602
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ public abstract class AEStack<StackType extends IAEStack> implements IAEStack<St
protected long countRequestable;
@Override
public boolean isMeaninful()
public boolean isMeaningful()
{
return stackSize != 0 || getCountRequestable() > 0 || isCraftable();
}