mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-17 10:52:46 +00:00
Convert age names over to plString
This commit is contained in:
@ -3916,7 +3916,7 @@ PF_CONSOLE_CMD( Nav, ExcludePage, "string pageName", "Excludes the given page fr
|
||||
{
|
||||
char str[ 256 ];
|
||||
sprintf( str, "Page %s excluded from load", (char *)params[ 0 ] );
|
||||
plAgeLoader::GetInstance()->AddExcludedPage( params[ 0 ] );
|
||||
plAgeLoader::GetInstance()->AddExcludedPage( (char*)params[ 0 ] );
|
||||
PrintString( str );
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user