mirror of
https://github.com/zyllian/classics.git
synced 2025-01-18 11:47:14 -08:00
add message when the server starts
This commit is contained in:
parent
257d85bf21
commit
6b72840495
1 changed files with 1 additions and 0 deletions
|
@ -130,6 +130,7 @@ impl Server {
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
println!("server is started!");
|
||||||
handle_ticks(self.data.clone()).await?;
|
handle_ticks(self.data.clone()).await?;
|
||||||
tokio::time::sleep(std::time::Duration::from_millis(1)).await;
|
tokio::time::sleep(std::time::Duration::from_millis(1)).await;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue