Allow builders to use 2FA

This commit is contained in:
cnr 2017-01-05 10:48:56 -07:00
parent a2472f45b4
commit 435abbba08

View File

@ -64,7 +64,7 @@ public class TwoFactorAuth extends MiniClientPlugin<TwoFactorData>
public void addCommands() public void addCommands()
{ {
// TODO: remove this when we start enforcing 2FA // TODO: remove this when we start enforcing 2FA
addCommand(new CommandBase<TwoFactorAuth>(this, Rank.HELPER, "2fa", "tfa") addCommand(new CommandBase<TwoFactorAuth>(this, Rank.MAPDEV, "2fa", "tfa")
{ {
@Override @Override
public void Execute(Player caller, String[] args) public void Execute(Player caller, String[] args)