diff --git a/kubi-server/src/auth.rs b/kubi-server/src/auth.rs index 13b3507..303f6fd 100644 --- a/kubi-server/src/auth.rs +++ b/kubi-server/src/auth.rs @@ -80,5 +80,7 @@ pub fn authenticate_players( client.borrow_mut().send( res, 0, SendMode::Reliable ); + + log::info!("{username} joined the game!") } }