9
0
mirror of https://github.com/VolmitSoftware/Iris.git synced 2025-12-29 12:09:07 +00:00
This commit is contained in:
Daniel Mills
2020-10-16 01:59:18 -04:00
parent 1a7aa1218a
commit c7f612dac0
10 changed files with 38 additions and 20 deletions

View File

@@ -185,7 +185,7 @@ public class ResourceLoader<T extends IrisRegistrant>
}
}
if(warn)
if(warn && !resourceTypeName.equals("Dimension"))
{
J.a(() -> Iris.warn("Couldn't find " + resourceTypeName + ": " + name));
}