mirror of
https://github.com/ColdeZhang/Dominion.git
synced 2024-12-24 23:48:55 +08:00
实现了权限组功能(未测试)
This commit is contained in:
parent
27a7dea809
commit
146fa32480
@ -53,7 +53,7 @@ public class Apis {
|
||||
return true;
|
||||
}
|
||||
if (prev != null) {
|
||||
if (prev.getGroupId() != -1) {
|
||||
if (prev.getGroupId() == -1) {
|
||||
if (prev.getFlagValue(flag)) {
|
||||
return true;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user