Fix titan command not being registered

This commit is contained in:
AlexTheCoder 2016-09-04 23:28:25 -04:00 committed by cnr
parent 9ce49b10c0
commit 504432d87b
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@ public class Sales extends MultiCommandBase<SalesPackageManager>
AddCommand(new LifetimeUltraCommand(plugin)); AddCommand(new LifetimeUltraCommand(plugin));
AddCommand(new LifetimeHeroCommand(plugin)); AddCommand(new LifetimeHeroCommand(plugin));
AddCommand(new LifetimeLegendCommand(plugin)); AddCommand(new LifetimeLegendCommand(plugin));
AddCommand(new LifetimeTitanCommand(plugin));
AddCommand(new KitsCommand(plugin)); AddCommand(new KitsCommand(plugin));
AddCommand(new PowerPlayCommand(plugin)); AddCommand(new PowerPlayCommand(plugin));
} }