aboutsummaryrefslogtreecommitdiff
path: root/server/editor/src
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2025-09-21 21:38:33 +0200
committermetamuffin <metamuffin@disroot.org>2025-09-21 21:38:35 +0200
commite1f6d55b1a26458d132ba58a72c0e0def1bc121e (patch)
tree4dce0abe240954cdd15c11e43422e2045b156ece /server/editor/src
parentcdc7b759a1d4e44493378c22d43217d50c40173a (diff)
downloadhurrycurry-e1f6d55b1a26458d132ba58a72c0e0def1bc121e.tar
hurrycurry-e1f6d55b1a26458d132ba58a72c0e0def1bc121e.tar.bz2
hurrycurry-e1f6d55b1a26458d132ba58a72c0e0def1bc121e.tar.zst
rename cutting and rolling board everywhere
Diffstat (limited to 'server/editor/src')
-rw-r--r--server/editor/src/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/editor/src/main.rs b/server/editor/src/main.rs
index 4cba9e4a..506d79cf 100644
--- a/server/editor/src/main.rs
+++ b/server/editor/src/main.rs
@@ -75,7 +75,7 @@ const TILES: &[(&str, char, u8)] = &[
("counter", 'c', 0),
("oven", 'd', 0),
("stove", 'e', 0),
- ("cuttingboard", 'f', 0),
+ ("cutting-board", 'f', 0),
("chair", 'g', 1),
("table", 'h', 0),
("wall", 'i', 2),