mirror of
https://github.com/usatiuk/dhfs.git
synced 2025-10-28 20:47:49 +01:00
how did it get there?
This commit is contained in:
@@ -58,7 +58,7 @@ public class JObjectResolver {
|
||||
for (var r : self.getMeta().getSavedRefs()) {
|
||||
if (!extracted.contains(r))
|
||||
jobjectManager.get(r).ifPresent(ro -> ro.runWriteLocked(JObject.ResolutionStrategy.NO_RESOLUTION, (m, d, b, i) -> {
|
||||
m.removeRef(r);
|
||||
m.removeRef(self.getName());
|
||||
return null;
|
||||
}));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user