mirror of
https://github.com/BeamMP/BeamMP-Server.git
synced 2026-04-18 22:30:03 +00:00
Update main.rs
This commit is contained in:
@@ -73,7 +73,6 @@ async fn main() {
|
|||||||
_ = tokio::time::sleep(tokio::time::Duration::from_millis(50)) => {}
|
_ = tokio::time::sleep(tokio::time::Duration::from_millis(50)) => {}
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
trace!("eepy mode");
|
|
||||||
// TODO: Scuffed?
|
// TODO: Scuffed?
|
||||||
tokio::time::sleep(tokio::time::Duration::from_millis(150)).await;
|
tokio::time::sleep(tokio::time::Duration::from_millis(150)).await;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user