From 435abbba083e141435057746af66d6dfed2269d8 Mon Sep 17 00:00:00 2001 From: cnr Date: Thu, 5 Jan 2017 10:48:56 -0700 Subject: [PATCH] Allow builders to use 2FA --- .../src/mineplex/core/twofactor/TwoFactorAuth.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)