mirror of
https://github.com/BeamMP/BeamMP-Server.git
synced 2026-04-05 07:16:18 +00:00
Update main.rs
This commit is contained in:
@@ -42,6 +42,8 @@ async fn main() {
|
||||
debug!("Mods: {:?}", user_config.mods);
|
||||
|
||||
let user_config = Arc::new(user_config);
|
||||
|
||||
server_main(user_config).await;
|
||||
}
|
||||
|
||||
async fn server_main(user_config: Arc<config::Config>) {
|
||||
|
||||
Reference in New Issue
Block a user