From 998267627f1b31ca4534eb6b450a1d09379d58ff Mon Sep 17 00:00:00 2001 From: metamuffin Date: Sun, 1 Mar 2026 22:11:55 +0100 Subject: fix compile with cheats --- server/src/commands.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server/src') diff --git a/server/src/commands.rs b/server/src/commands.rs index d2a7da2c..ea0599dc 100644 --- a/server/src/commands.rs +++ b/server/src/commands.rs @@ -443,7 +443,7 @@ impl Server { .movement .position .as_ivec2(); - self.game.set_tile(pos, Some(tile)); + self.game.add_tile_part(pos, tile); } } Ok(()) -- cgit v1.3