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

@@ -105,8 +105,8 @@ void CNShardServer::_killConnection(CNSocket* cns) {
PlayerManager::removePlayer(cns); // removes the player from the list and saves it to DB
// remove from CNSharedData
CNSharedData::erasePlayer(key);
// remove from CNShared
CNShared::erasePlayer(key);
}
void CNShardServer::killConnection(CNSocket *cns) {