Skip to content

Commit

Permalink
Fix typo in translation key
Browse files Browse the repository at this point in the history
  • Loading branch information
tr7zw committed Nov 15, 2024
1 parent 407dfb6 commit 6654c37
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public void initialize() {
}));
options.add(getOnOffOption("text.nea.enable.crawling", () -> config.enableCrawlingAnimation,
b -> config.enableCrawlingAnimation = b));
options.add(getOnOffOption("text.nea.enable.eatdringanimation", () -> config.enableEatDrinkAnimation,
options.add(getOnOffOption("text.nea.enable.eatdrinkanimation", () -> config.enableEatDrinkAnimation,
b -> config.enableEatDrinkAnimation = b));
options.add(getOnOffOption("text.nea.enable.rowboatanimation", () -> config.enableRowBoatAnimation,
b -> config.enableRowBoatAnimation = b));
Expand Down

0 comments on commit 6654c37

Please sign in to comment.