oopsies i forgor

This commit is contained in:
Chayapak 2023-08-27 11:23:05 +07:00
parent 08137109f4
commit d4dc8ccdbc

View file

@ -149,8 +149,7 @@ public class CommandHandlerPlugin {
if (
command.trustLevel == TrustLevel.OWNER &&
!userHash.equals(bot.hashing.getOwnerHash(splitInput[0], context.sender, false)) &&
!userHash.equals(bot.hashing.getOwnerHash(splitInput[0], context.sender, true))
!bot.hashing.isCorrectOwnerHash(userHash, splitInput[0], context.sender)
) return Component.text("Invalid OwnerHash").color(NamedTextColor.RED);
}
}