mirror of
https://github.com/RonanPlugins/BetterRTP.git
synced 2025-08-17 17:15:47 +00:00
removed perm result
This commit is contained in:
parent
d454c21734
commit
1e903e447b
@ -39,14 +39,4 @@ public enum PermissionNode implements PermissionCheck {
|
||||
@Override public boolean isDev() {
|
||||
return this == DEVELOPER;
|
||||
}
|
||||
|
||||
public static class PermissionResult {
|
||||
@Getter private final boolean passed;
|
||||
@Getter private final String string;
|
||||
PermissionResult(String string, boolean passed) {
|
||||
this.passed = passed;
|
||||
this.string = string;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user