1
Fork 0
mirror of https://github.com/redstrate/Kawari.git synced 2025-07-23 04:57:46 +00:00

Only send the welcome server message on initial login, not for every zone change

This commit is contained in:
Joshua Goins 2025-03-16 14:49:18 -04:00
parent a72199e5af
commit b1b0d9ac9f

View file

@ -252,11 +252,6 @@ async fn main() {
}
connection.change_zone(ZONE_ID).await;
}
IPCStructData::FinishLoading { .. } => {
tracing::info!(
"Client has finished loading... spawning in!"
);
// send welcome message
{
@ -278,6 +273,11 @@ async fn main() {
})
.await;
}
}
IPCStructData::FinishLoading { .. } => {
tracing::info!(
"Client has finished loading... spawning in!"
);
// send player spawn
{