9
0
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:
Daniel Mills
2021-07-04 23:40:46 -04:00
parent 1857cca081
commit d2015845e8
3 changed files with 16 additions and 7 deletions

View File

@@ -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)