mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-21 04:39:45 +00:00
Age Link info names => plString
This commit is contained in:
@ -72,7 +72,7 @@ void plNetClientMsgScreener::ICreateStatusLog() const
|
||||
//
|
||||
// return cur age name
|
||||
//
|
||||
const char* plNetClientMsgScreener::IGetAgeName() const
|
||||
plString plNetClientMsgScreener::IGetAgeName() const
|
||||
{
|
||||
plNetLinkingMgr *lm = plNetLinkingMgr::GetInstance();
|
||||
return lm && lm->GetAgeLink()->GetAgeInfo() ? lm->GetAgeLink()->GetAgeInfo()->GetAgeFilename() : "?";
|
||||
|
Reference in New Issue
Block a user