mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-12-30 12:29:20 +00:00
Obfuscation fixes
This commit is contained in:
@@ -179,7 +179,17 @@ public class IrisBiome extends IrisRegistrant implements IRare
|
||||
return null;
|
||||
}
|
||||
|
||||
return Color.getColor(getDebugColor().substring(1));
|
||||
try
|
||||
{
|
||||
return Color.decode(getDebugColor());
|
||||
}
|
||||
|
||||
catch(Throwable e)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
return null;
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user