fix: correct /bed translation typo

This commit is contained in:
acamq 2026-04-10 15:52:08 -06:00
parent 8c8962f1ea
commit af92f52044
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -2718,7 +2718,7 @@ namespace MinecraftClient {
}
/// <summary>
/// Looks up a localized string similar to Found a bet at (X: {0:0.0}, Y: {1:0.0}, Z: {2:0.0})..
/// Looks up a localized string similar to Found a bed at (X: {0:0.0}, Y: {1:0.0}, Z: {2:0.0})..
/// </summary>
internal static string cmd_bed_found_a_bed_at {
get {

View file

@ -988,7 +988,7 @@ Some messages won't be properly printed without this file.</value>
<value>Failed to reach the bed position (X: {0:0.0}, Y: {1:0.0}, Z: {2:0.0}) in time (30 seconds). Giving up!</value>
</data>
<data name="cmd.bed.found_a_bed_at" xml:space="preserve">
<value>Found a bet at (X: {0:0.0}, Y: {1:0.0}, Z: {2:0.0}).</value>
<value>Found a bed at (X: {0:0.0}, Y: {1:0.0}, Z: {2:0.0}).</value>
</data>
<data name="cmd.bed.in" xml:space="preserve">
<value>Succesfully laid in bed!</value>