finish new build system
1 files changed, 1 insertions(+), 1 deletions(-) M server/src/main.rs
M server/src/main.rs => server/src/main.rs +1 -1
@@ 164,7 164,7 @@ lazy_static! { async fn main() { simple_logger::init_with_level(Level::Debug).expect("Unable to start logging service"); info!("StarKingdoms server (v: {}, build {})", env!("STK_VERSION"), env!("STK_BUILD")); info!("StarKingdoms server (v: {}, build {}) - initializing", env!("STK_VERSION"), env!("STK_BUILD")); if std::env::var("STK_API_KEY").is_err() { error!("Unable to read the API key from STK_API_KEY. Ensure it is set, and has a valid value.");