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:
@@ -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();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user