mirror of
https://github.com/LuckPerms/LuckPerms.git
synced 2025-01-03 23:17:43 +01:00
Fix build
This commit is contained in:
parent
8dbb083b90
commit
f7b281f655
@ -223,6 +223,11 @@ public class Importer {
|
||||
public boolean hasPermission(Permission permission) {
|
||||
return true;
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean isConsole() {
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
private static class Result {
|
||||
|
Loading…
Reference in New Issue
Block a user