Fix titan command not being registered
This commit is contained in:
parent
866c3ee7c9
commit
b5771550ad
@ -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