mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-17 02:51:27 +00:00
Deprecate plFileUtils and parts of pnUtPath
This commit is contained in:
@ -1474,8 +1474,7 @@ plUoid plNetClientMgr::GetAgeSDLObjectUoid(const char* ageName) const
|
||||
if (!loc.IsValid())
|
||||
{
|
||||
// check current age des
|
||||
if (plAgeLoader::GetInstance()->GetCurrAgeDesc().GetAgeName() &&
|
||||
!strcmp(plAgeLoader::GetInstance()->GetCurrAgeDesc().GetAgeName(), ageName))
|
||||
if (plAgeLoader::GetInstance()->GetCurrAgeDesc().GetAgeName() == ageName)
|
||||
loc=plAgeLoader::GetInstance()->GetCurrAgeDesc().CalcPageLocation("BuiltIn");
|
||||
|
||||
if (!loc.IsValid())
|
||||
|
Reference in New Issue
Block a user