Patch issue where shop translator did not update the website

This commit is contained in:
AlexTheCoder 2018-09-18 11:46:54 -05:00
parent 3bf844f9bb
commit cf13b973eb
1 changed files with 2 additions and 0 deletions

View File

@ -23,6 +23,7 @@ import mineplex.core.powerplayclub.PowerPlayClubRepository;
import mineplex.core.punish.Category;
import mineplex.core.punish.Punish;
import mineplex.core.server.util.TransactionResponse;
import mineplex.core.website.WebsiteLinkManager;
import mineplex.enjinTranslator.purchase.PurchaseManager;
public class Enjin extends MiniPlugin implements CommandExecutor
@ -51,6 +52,7 @@ public class Enjin extends MiniPlugin implements CommandExecutor
_purchaseManager = new PurchaseManager(plugin);
_powerPlayClubRepository = new PowerPlayClubRepository(plugin, clientManager, donationManager);
require(WebsiteLinkManager.class);
plugin.getCommand("enjin_mineplex").setExecutor(this);
plugin.getCommand("pull").setExecutor(this);