Update biscuit-key

This commit is contained in:
Ghoti 2020-06-01 00:19:03 -05:00
parent 13a1480d36
commit f4cee56db1
1 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ public class PermUtil {
return true;
}else{
for(Role role : member.getRoles()){
if(role.getName().equalsIgnoreCase("bouncerkey")){
if(role.getName().equalsIgnoreCase("biscuit-key")){
return true;
}
}
@ -42,7 +42,7 @@ public class PermUtil {
return true;
}else{
for(Role role : member.getRoles()){
if(role.getName().equalsIgnoreCase("bouncerkey")){
if(role.getName().equalsIgnoreCase("biscuit-key")){
return true;
}
}