diff options
Diffstat (limited to 'server/src/commands.rs')
| -rw-r--r-- | server/src/commands.rs | 2 |
1 files changed, 1 insertions, 1 deletions
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(()) |