relying on someone else to look this over to see if i missed anything

This commit is contained in:
2020-09-27 21:51:15 -05:00
parent d203772a9a
commit 54e6e2f9b1
116 changed files with 209 additions and 277 deletions

View File

@ -43,7 +43,7 @@ public class Pterodactyl extends FreedomService
return;
}
if (!staffMember.isActive() || staffMember.getRank() != Rank.ADMIN)
if (!staffMember.isActive() || staffMember.getRank() != Rank.SENIOR_ADMIN)
{
FLog.debug("Disabling ptero acc");
removeAccountFromServer(id);