mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2026-06-17 22:32:04 +00:00
Fix initial exceptions
This commit is contained in:
@@ -291,6 +291,14 @@ public class ResourceLoader<T extends IrisRegistrant> {
|
|||||||
|
|
||||||
lock.unlock();
|
lock.unlock();
|
||||||
|
|
||||||
|
if(folderCache == null)
|
||||||
|
{
|
||||||
|
synchronized (this)
|
||||||
|
{
|
||||||
|
return getFolderCache();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
return folderCache;
|
return folderCache;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user