track telepipe state in games

This commit is contained in:
Martin Michelsen
2024-05-19 17:52:32 -07:00
parent d0ff9bd048
commit 836704e987
6 changed files with 41 additions and 14 deletions
+1 -1
View File
@@ -3204,7 +3204,7 @@ static void on_61_98(shared_ptr<Client> c, uint16_t command, uint32_t flag, stri
if (command == 0x98) {
// If the client had an overlay (for battle/challenge modes), delete it
c->delete_overlay();
c->telepipe_lobby_id = 0;
s->remove_client_from_lobby(c);
} else if (command == 0x61) {