mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-07-18 18:23:06 +00:00
Fix resource loader issues
This commit is contained in:
parent
36986d7ddd
commit
62bbeb9471
@ -135,6 +135,11 @@ public class ResourceLoader<T extends IrisRegistrant>
|
||||
|
||||
public T load(String name, boolean warn)
|
||||
{
|
||||
if(name == null)
|
||||
{
|
||||
return null;
|
||||
}
|
||||
|
||||
if(name.trim().isEmpty())
|
||||
{
|
||||
return null;
|
||||
|
Loading…
x
Reference in New Issue
Block a user