From e624f1632b12536937b1fea46b7accdd9e9e0def Mon Sep 17 00:00:00 2001 From: thatsIch Date: Sat, 20 Sep 2014 23:32:40 +0200 Subject: [PATCH] Typo updateable --- core/AEConfig.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/core/AEConfig.java b/core/AEConfig.java index a419e6aa..ae85f8fa 100644 --- a/core/AEConfig.java +++ b/core/AEConfig.java @@ -126,7 +126,7 @@ public class AEConfig extends Configuration implements IConfigurableObject, ICon public boolean disableColoredCableRecipesInNEI = true; - public boolean updateable = false; + public boolean updatable = false; final private File myPath; 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) @@ -377,7 +377,7 @@ public class AEConfig extends Configuration implements IConfigurableObject, ICon } } - if ( updateable ) + if ( updatable ) save(); }