aboutsummaryrefslogtreecommitdiff
path: root/src/main/kotlin/features/debug/SoundVisualizer.kt
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/kotlin/features/debug/SoundVisualizer.kt')
-rw-r--r--src/main/kotlin/features/debug/SoundVisualizer.kt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/kotlin/features/debug/SoundVisualizer.kt b/src/main/kotlin/features/debug/SoundVisualizer.kt
index cc14122..f805e6b 100644
--- a/src/main/kotlin/features/debug/SoundVisualizer.kt
+++ b/src/main/kotlin/features/debug/SoundVisualizer.kt
@@ -20,7 +20,7 @@ object SoundVisualizer {
@Subscribe
fun onSubCommand(event: CommandEvent.SubCommand) {
- event.subcommand("dev") {
+ event.subcommand(DeveloperFeatures.DEVELOPER_SUBCOMMAND) {
thenLiteral("sounds") {
thenExecute {
showSounds = !showSounds