diff --git a/Plugins/Mineplex.Core/src/mineplex/core/twofactor/TwoFactorAuth.java b/Plugins/Mineplex.Core/src/mineplex/core/twofactor/TwoFactorAuth.java index 3cef76ca9..bb30b57ce 100644 --- a/Plugins/Mineplex.Core/src/mineplex/core/twofactor/TwoFactorAuth.java +++ b/Plugins/Mineplex.Core/src/mineplex/core/twofactor/TwoFactorAuth.java @@ -64,7 +64,7 @@ public class TwoFactorAuth extends MiniClientPlugin public void addCommands() { // TODO: remove this when we start enforcing 2FA - addCommand(new CommandBase(this, Rank.HELPER, "2fa", "tfa") + addCommand(new CommandBase(this, Rank.MAPDEV, "2fa", "tfa") { @Override public void Execute(Player caller, String[] args)