From 1b3ca95f8cf31710b00f139d9fd43b5883a3f49a Mon Sep 17 00:00:00 2001 From: Alex King <89047260+Kinglykrab@users.noreply.github.com> Date: Thu, 16 Mar 2023 20:25:03 -0400 Subject: [PATCH] [Cleanup] Remove firstlogin and realfirstlogin from world/client.h (#3072) # Notes - These are unused. --- world/client.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/world/client.h b/world/client.h index dd53f780c..975350a01 100644 --- a/world/client.h +++ b/world/client.h @@ -99,9 +99,7 @@ private: ClientListEntry* cle; Timer connect; - bool firstlogin; bool seen_character_select; - bool realfirstlogin; bool HandlePacket(const EQApplicationPacket *app); bool HandleNameApprovalPacket(const EQApplicationPacket *app);