mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2026-06-18 14:50:57 +00:00
show other packs data again
This commit is contained in:
+4
-1
@@ -28,7 +28,10 @@ public abstract class RegistrantHandler<T extends IrisRegistrant> implements Dec
|
|||||||
Set<String> known = new HashSet<>();
|
Set<String> known = new HashSet<>();
|
||||||
IrisData data = data();
|
IrisData data = data();
|
||||||
if (data != null) {
|
if (data != null) {
|
||||||
return data.getLoader(type).loadAll(data.getLoader(type).getPossibleKeys()).qadd(null);
|
for (T j : data.getLoader(type).loadAll(data.getLoader(type).getPossibleKeys())) {
|
||||||
|
known.add(j.getLoadKey());
|
||||||
|
p.add(j);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
//noinspection ConstantConditions
|
//noinspection ConstantConditions
|
||||||
|
|||||||
Reference in New Issue
Block a user