Add this qualifier

This commit is contained in:
thatsIch
2015-09-27 00:00:34 +02:00
parent 90af295750
commit d5b352abda
2 changed files with 5 additions and 5 deletions
@@ -56,7 +56,7 @@ public class MultiCraftingTracker
public int getFailedCraftingAttempts()
{
return failedCraftingAttempts;
return this.failedCraftingAttempts;
}
public void readFromNBT( final NBTTagCompound extra )