mirror of
https://github.com/GayPizzaSpecifications/foundation.git
synced 2025-08-02 21:20:55 +00:00
Core: Properly register leaderboard under lb as well.
This commit is contained in:
parent
e00ef21db1
commit
139249c1de
@ -15,7 +15,7 @@ class StatsFeature : Feature() {
|
|||||||
override fun enable() {
|
override fun enable() {
|
||||||
chatLogStore = persistence.value.store("chat-logs")
|
chatLogStore = persistence.value.store("chat-logs")
|
||||||
|
|
||||||
registerCommandExecutor("leaderboard", LeaderboardCommand())
|
registerCommandExecutor(listOf("leaderboard", "lb"), LeaderboardCommand())
|
||||||
registerCommandExecutor("pstore", PersistentStoreCommand(this))
|
registerCommandExecutor("pstore", PersistentStoreCommand(this))
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user