Add 2fa to StaffServer

This commit is contained in:
Spencer 2018-01-06 17:22:45 -05:00 committed by Alexander Meech
parent 8afb120173
commit 8d0220b0cc
1 changed files with 2 additions and 0 deletions

View File

@ -33,6 +33,7 @@ import mineplex.core.punish.Punish;
import mineplex.core.recharge.Recharge;
import mineplex.core.stats.StatsManager;
import mineplex.core.status.ServerStatusManager;
import mineplex.core.twofactor.TwoFactorAuth;
import mineplex.core.updater.FileUpdater;
import mineplex.core.updater.Updater;
import mineplex.staffServer.customerSupport.CustomerSupport;
@ -71,6 +72,7 @@ public class StaffServer extends JavaPlugin
require(PacketHandler.class);
require(DisguiseManager.class);
require(TwoFactorAuth.class);
PowerPlayClubRepository powerPlayRepo = new PowerPlayClubRepository(this, clientManager, donationManager);
new CustomerSupport(this, clientManager, donationManager, powerPlayRepo);