Forgot To Register Upgrade Listener xD

This commit is contained in:
Driftay 2019-09-15 07:52:29 -04:00
parent 82d2971b65
commit 488eb78405
1 changed files with 1 additions and 0 deletions

View File

@ -268,6 +268,7 @@ public class FactionsPlugin extends MPlugin {
new FactionsBlockListener(),
new FUpgradesGUI(),
new ShopClickPersistence(),
new UpgradesListener(),
new MissionHandler(this),
new ChestLogsHandler()
};