aboutsummaryrefslogtreecommitdiff
path: root/server/editor/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'server/editor/src/main.rs')
-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),