More loginserver refactorings and cleanup

This commit is contained in:
Akkadius
2019-07-05 02:49:55 -05:00
parent b41e58fd10
commit 2c922876a9
7 changed files with 129 additions and 91 deletions
+2 -2
View File
@@ -77,9 +77,9 @@ public:
/**
* Takes the info struct we received from world and processes it
*
* @param new_worldserver_info_packet
* @param new_world_server_info_packet
*/
void Handle_NewLSInfo(ServerNewLSInfo_Struct* new_worldserver_info_packet);
void Handle_NewLSInfo(ServerNewLSInfo_Struct* new_world_server_info_packet);
/**
* Takes the status struct we received from world and processes it