Merge fixes

This commit is contained in:
Akkadius
2019-07-03 01:40:36 -05:00
parent 4e7bcd86ff
commit ea02042ace
5 changed files with 268 additions and 71 deletions
-2
View File
@@ -35,14 +35,12 @@ public:
~LoginServer();
bool Connect();
void SendInfo();
void SendStatus();
void SendPacket(ServerPacket* pack);
void SendAccountUpdate(ServerPacket* pack);
bool Connected() { return IsLegacy ? legacy_client->Connected() : client->Connected(); }
bool MiniLogin() { return minilogin; }
bool CanUpdate() { return CanAccountUpdate; }
private: