mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-07-18 10:12:53 +00:00
Fix initial exceptions
This commit is contained in:
parent
d25299e1ba
commit
075882b7b0
@ -291,6 +291,14 @@ public class ResourceLoader<T extends IrisRegistrant> {
|
||||
|
||||
lock.unlock();
|
||||
|
||||
if(folderCache == null)
|
||||
{
|
||||
synchronized (this)
|
||||
{
|
||||
return getFolderCache();
|
||||
}
|
||||
}
|
||||
|
||||
return folderCache;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user