mirror of
https://github.com/UOX3DevTeam/UOX3
synced 2026-08-13 12:27:04 -04:00
*** empty log message ***
This commit is contained in:
parent
958fbf63d8
commit
879b7f3b0a
2 changed files with 2 additions and 2 deletions
|
|
@ -248,7 +248,7 @@ void cHTMLTemplate::Process( void )
|
|||
{
|
||||
ACTREC *toScan = tChar->GetAccountObj();
|
||||
if( toScan != NULL )
|
||||
(keeprun)?parsedInline.replace( sPos, 14, toScan->lpaarHolding->Info.username ):parsedInline.replace( sPos, 14, "" );
|
||||
(keeprun)?parsedInline.replace( sPos, 14, toScan->lpaarHolding->username ):parsedInline.replace( sPos, 14, "" );
|
||||
}
|
||||
|
||||
// PlayerX
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue