mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-12-29 03:59:06 +00:00
Fixes and tweaks
This commit is contained in:
@@ -47,6 +47,11 @@ public class IrisJigsawStructure extends IrisRegistrant
|
||||
|
||||
private void loadPool(String p, KList<String> pools, KList<String> pieces)
|
||||
{
|
||||
if(p.isEmpty())
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
IrisJigsawPool pool = getLoader().getJigsawPoolLoader().load(p);
|
||||
|
||||
if(pool == null)
|
||||
|
||||
Reference in New Issue
Block a user