Skip to content

Commit

Permalink
Update forgotten translation key
Browse files Browse the repository at this point in the history
  • Loading branch information
lowercasebtw committed Dec 27, 2024
1 parent 6a46c19 commit b0b7e35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/kotlin/me/mixces/animatium/config/AnimatiumConfig.kt
Original file line number Diff line number Diff line change
Expand Up @@ -168,8 +168,8 @@ class AnimatiumConfig {
)
category.option(
Option.createBuilder<Boolean>()
.name(Text.translatable("animatium.disablePoseUpdates"))
.description(OptionDescription.of(Text.translatable("animatium.disablePoseUpdates.description")))
.name(Text.translatable("animatium.disableServerPoseAndBlockingVisualUpdates"))
.description(OptionDescription.of(Text.translatable("animatium.disableServerPoseAndBlockingVisualUpdates.description")))
.binding(
defaults.disableServerPoseAndBlockingVisualUpdates,
{ config.disableServerPoseAndBlockingVisualUpdates },
Expand Down

0 comments on commit b0b7e35

Please sign in to comment.