Rename CNSharedData namespace to CNShared to match the filename

This commit is contained in:
2022-07-23 02:07:26 +02:00
parent 998b12617e
commit c5dd745aa1
5 changed files with 10 additions and 10 deletions

View File

@@ -210,7 +210,7 @@ static void enterPlayer(CNSocket* sock, CNPacketData* data) {
INITSTRUCT(sP_FE2CL_REP_PC_ENTER_SUCC, response);
// TODO: check if serialkey exists, if it doesn't send sP_FE2CL_REP_PC_ENTER_FAIL
Player plr = CNSharedData::getPlayer(enter->iEnterSerialKey);
Player plr = CNShared::getPlayer(enter->iEnterSerialKey);
plr.groupCnt = 1;
plr.iIDGroup = plr.groupIDs[0] = plr.iID;