This commit is contained in:
GJ 2012-05-23 07:33:19 -04:00
parent 96cd16faf7
commit d7b8ec1274

View File

@ -468,7 +468,8 @@ public class Config extends ConfigLoader {
} }
} }
if(defaulthud == null) if (defaulthud == null) {
defaulthud = HUDType.STANDARD; defaulthud = HUDType.STANDARD;
}
} }
} }