mirror of
https://git.ngram.ca/OpenJam/rc-servers
synced 2026-08-23 23:08:52 +00:00
Implement basic battle arena functionality #32
This commit is contained in:
@@ -81,7 +81,7 @@ async fn erratic_behaviour(send_to: Vec<crate::matches::generic::UserSender>, is
|
||||
for conn in send_to.iter() {
|
||||
send_motion_data_to(conn, motion_data.clone()).await;
|
||||
}
|
||||
log::info!("Moved experimental bot to ({}, {}, {})", pos_x, pos_y, pos_z);
|
||||
log::debug!("Moved experimental bot to ({}, {}, {})", pos_x, pos_y, pos_z);
|
||||
}
|
||||
fake_timestamp += 1.0;
|
||||
tokio::time::sleep(SLEEP_PERIOD).await;
|
||||
|
||||
Reference in New Issue
Block a user