diff options
author | metamuffin <metamuffin@disroot.org> | 2024-09-13 18:23:56 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-09-13 18:24:08 +0200 |
commit | cf5028bfa9e4502805563ad2c04f0b6c6e3b3f8e (patch) | |
tree | b641745ab143427fe293d8c2069ec1e7fbf88b6a /pixel-client/src | |
parent | e788c66c039e74c9ce1d51646c6b2f42113be20f (diff) | |
download | hurrycurry-cf5028bfa9e4502805563ad2c04f0b6c6e3b3f8e.tar hurrycurry-cf5028bfa9e4502805563ad2c04f0b6c6e3b3f8e.tar.bz2 hurrycurry-cf5028bfa9e4502805563ad2c04f0b6c6e3b3f8e.tar.zst |
rename raw-steak-crate and fix settings category hook
Diffstat (limited to 'pixel-client/src')
-rw-r--r-- | pixel-client/src/menu/background.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pixel-client/src/menu/background.rs b/pixel-client/src/menu/background.rs index 9f385d38..84ec3f34 100644 --- a/pixel-client/src/menu/background.rs +++ b/pixel-client/src/menu/background.rs @@ -37,7 +37,7 @@ impl MenuBackground { &[ "floor", "tomato-crate", - "raw-steak-crate", + "steak-crate", "table", "chair", "counter", |