mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-21 12:49:10 +00:00
Convert plRegistryNode stuff to plString.
This commit is contained in:
@ -66,6 +66,6 @@ void plNetClientGroups::ISetGroupDesc(plNetGroupId& grpId)
|
||||
else
|
||||
{
|
||||
const plPageInfo* pageInfo=plKeyFinder::Instance().GetLocationInfo(grpId.Room());
|
||||
grpId.SetDesc(pageInfo->GetPage());
|
||||
grpId.SetDesc(pageInfo->GetPage().c_str());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user