This commit is contained in:
Joshua Barretto 2019-07-04 22:54:43 +01:00
parent 33b7e729c9
commit 6a484ce162

View File

@ -128,7 +128,6 @@ impl PlayState for SessionState {
let pos =
(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
}
} else {
self.controller.attack = state