mirror of
https://git.kittycat.homes/zoe/codename-routes.git
synced 2024-08-15 03:18:26 +00:00
idk its broken :(
This commit is contained in:
parent
2735749baa
commit
8de6d3bdb9
9 changed files with 49 additions and 16 deletions
|
@ -41,7 +41,7 @@ impl StateServer {
|
|||
}
|
||||
|
||||
#[export]
|
||||
fn get_tile_at(&mut self, _owner: &Node, x: usize, y: usize, z: usize) -> &str {
|
||||
fn get_tile_at(&self, _owner: &Node, x: usize, y: usize, z: usize) -> &str {
|
||||
self.world.get_tile_at(x, y, z).kind_to_string()
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue