mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
fmt
This commit is contained in:
parent
33b7e729c9
commit
6a484ce162
@ -128,7 +128,6 @@ impl PlayState for SessionState {
|
|||||||
let pos =
|
let pos =
|
||||||
(cam_pos + cam_dir * (d - 0.01)).map(|e| e.floor() as i32);
|
(cam_pos + cam_dir * (d - 0.01)).map(|e| e.floor() as i32);
|
||||||
client.place_block(pos, self.selected_block); // TODO: Handle block color with a command
|
client.place_block(pos, self.selected_block); // TODO: Handle block color with a command
|
||||||
|
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
self.controller.attack = state
|
self.controller.attack = state
|
||||||
|
Loading…
Reference in New Issue
Block a user