Re-enable 2fa

This commit is contained in:
Sam 2017-02-25 15:47:24 +00:00
parent 54f9677d2a
commit 7d5d5d5401
1 changed files with 1 additions and 1 deletions

View File

@ -185,7 +185,7 @@ public class TwoFactorAuth extends MiniClientPlugin<TwoFactorData>
player.sendMessage(F.main("2FA", "Setting up two-factor authentication."));
}
//@EventHandler
@EventHandler
public void onJoin(PlayerJoinEvent event)
{
Player player = event.getPlayer();