Typo updateable

This commit is contained in:
thatsIch 2014-09-20 23:32:40 +02:00
parent 18eade1048
commit e624f1632b

View file

@ -126,7 +126,7 @@ public class AEConfig extends Configuration implements IConfigurableObject, ICon
public boolean disableColoredCableRecipesInNEI = true; public boolean disableColoredCableRecipesInNEI = true;
public boolean updateable = false; public boolean updatable = false;
final private File myPath; final private File myPath;
public double metoriteClusterChance = 0.1; public double metoriteClusterChance = 0.1;
@ -326,7 +326,7 @@ public class AEConfig extends Configuration implements IConfigurableObject, ICon
} }
} }
updateable = true; updatable = true;
} }
public boolean useAEVersion(MaterialType mt) public boolean useAEVersion(MaterialType mt)
@ -377,7 +377,7 @@ public class AEConfig extends Configuration implements IConfigurableObject, ICon
} }
} }
if ( updateable ) if ( updatable )
save(); save();
} }