Fix titan command not being registered
This commit is contained in:
parent
9ce49b10c0
commit
504432d87b
@ -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));
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user