Made all color names lowercase for consistent style
This commit is contained in:
@@ -258,7 +258,7 @@ public class Vars implements Loadable{
|
||||
Core.keybinds.setDefaults(Binding.values());
|
||||
Core.settings.load();
|
||||
|
||||
UnitScl.dp.setProduct(settings.getInt("uiscale", 100) / 100f);
|
||||
Scl.setProduct(settings.getInt("uiscale", 100) / 100f);
|
||||
|
||||
if(!loadLocales) return;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user