Allow builders to use 2FA
This commit is contained in:
parent
a2472f45b4
commit
435abbba08
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user