This commit is contained in:
griffi-gh 2023-03-08 21:13:50 +01:00
parent b20c6fe552
commit 45c9b20ede

View file

@ -80,5 +80,7 @@ pub fn authenticate_players(
client.borrow_mut().send(
res, 0, SendMode::Reliable
);
log::info!("{username} joined the game!")
}
}