oopsies i forgor
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user