Fix titan command not being registered

This commit is contained in:
AlexTheCoder 2016-09-04 23:28:25 -04:00
parent 866c3ee7c9
commit b5771550ad
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 LifetimeHeroCommand(plugin));
AddCommand(new LifetimeLegendCommand(plugin));
AddCommand(new LifetimeTitanCommand(plugin));
AddCommand(new KitsCommand(plugin));
AddCommand(new PowerPlayCommand(plugin));
}