mirror of
https://github.com/LuckPerms/LuckPerms.git
synced 2024-11-27 21:29:47 +01:00
Fix IllegalStateException when constructing a MetaCache for CalculatedSubjects (#2123)
This commit is contained in:
parent
6805574553
commit
c98c60b120
@ -176,6 +176,7 @@ public abstract class CalculatedSubject implements LPSubject {
|
||||
accumulator.accumulateMeta(entry.getKey(), entry.getValue());
|
||||
}
|
||||
}
|
||||
accumulator.complete();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Loading…
Reference in New Issue
Block a user