Allow builders to use 2FA

This commit is contained in:
cnr 2017-01-05 10:48:56 -07:00
parent a2472f45b4
commit 435abbba08
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ public class TwoFactorAuth extends MiniClientPlugin<TwoFactorData>
public void addCommands()
{
// 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
public void Execute(Player caller, String[] args)