[Cleanup] Remove firstlogin and realfirstlogin from world/client.h (#3072)

# Notes
- These are unused.
This commit is contained in:
Alex King 2023-03-16 20:25:03 -04:00 committed by GitHub
parent c05baac551
commit 1b3ca95f8c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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);