This commit is contained in:
Anuken
2025-02-09 11:15:33 -05:00
parent c3aabdcfc5
commit e57e47617c
2 changed files with 21 additions and 20 deletions

View File

@@ -208,10 +208,7 @@ public class Mods implements Loadable{
regionName = baseName.contains(".") ? baseName.substring(0, baseName.indexOf(".")) : baseName;
if(!prefix && !Core.atlas.has(regionName)){
Log.warn("Sprite '@' in mod '@' attempts to override a non-existent sprite. Ignoring.", regionName, mod.name);
continue;
//(horrible code below)
Log.warn("Sprite '@' in mod '@' attempts to override a non-existent sprite.", regionName, mod.name);
}
//read and bleed pixmaps in parallel