don't send Ep3 lobby banners again after ending a proxy session

This commit is contained in:
Martin Michelsen
2023-09-08 10:47:13 -07:00
parent c1ed1afa5b
commit 245ebd92c6
5 changed files with 29 additions and 16 deletions
+4 -1
View File
@@ -106,8 +106,11 @@ struct Client {
// Client has received newserv's Episode 3 card definitions, so don't send
// them again
HAS_EP3_CARD_DEFS = 0x00004000,
// Client has received newserv's Episode 3 media updates, so don't send them
// again
HAS_EP3_MEDIA_UPDATES = 0x00800000,
UNUSED_FLAG_BITS = 0xFF800000,
UNUSED_FLAG_BITS = 0xFF010000,
};
uint64_t id;