1
0
mirror of https://github.com/lucko/LuckPerms.git synced 2025-09-08 21:30:55 +02:00

Fix startup on Nukkit (#2290)

This commit is contained in:
Luck
2020-05-16 11:52:51 +01:00
parent 918ea7503a
commit c120fa6a4d
3 changed files with 28 additions and 3 deletions

View File

@@ -71,7 +71,7 @@ public class DummyPermissibleBase extends PermissibleBase {
try {
ATTACHMENTS_FIELD.set(this, EmptyCollections.list());
PERMISSIONS_FIELD.set(this, EmptyCollections.map());
} catch (ReflectiveOperationException e) {
} catch (Exception e) {
e.printStackTrace();
}
}