1
0
mirror of https://git.ngram.ca/OpenJam/rc-servers synced 2026-08-23 23:08:52 +00:00

Fix player input change serdes, implement explicit disconnect #30

This commit is contained in:
NG (Graham)
2025-07-21 23:01:56 -04:00
parent a452d37d22
commit dfde0247a4
2 changed files with 3 additions and 3 deletions

View File

@@ -268,7 +268,7 @@ impl <L: super::CustomGameLogic> GenericGamemodeEngine<L> {
}
is_engaged = has_active_connections;
}
conn.connection.connection.disconnect();
conn.connection.connection.goodbye(&conn.connection.sender).await;
}
}