mirror of
https://github.com/EQEmu/Server.git
synced 2026-02-19 11:42:25 +00:00
[Cleanup] Remove PlayerLogin_Struct from login_types.h (#3118)
# Notes - This is unused.
This commit is contained in:
parent
203e63101a
commit
6b8e74a29f
@ -23,13 +23,6 @@ struct LoginHandShakeReply_Struct {
|
||||
char unknown[1]; // variable length string
|
||||
};
|
||||
|
||||
// for reference, login buffer is variable (minimum size 8 due to encryption)
|
||||
struct PlayerLogin_Struct {
|
||||
LoginBaseMessage_Struct base_header;
|
||||
char username[1];
|
||||
char password[1];
|
||||
};
|
||||
|
||||
// variable length, can use directly if not serializing strings
|
||||
struct PlayerLoginReply_Struct {
|
||||
// base header excluded to make struct data easier to encrypt
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user