mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-21 12:49:10 +00:00
Fix some things which got missed from debug builds
This commit is contained in:
@ -1390,7 +1390,7 @@ bool plNetClientMgr::IHandlePlayerPageMsg(plPlayerPageMsg *playerMsg)
|
||||
if( idx != -1 )
|
||||
{
|
||||
hsAssert(playerKey, "NIL KEY?");
|
||||
hsAssert(playerKey->GetName(), "UNNAMED KEY");
|
||||
hsAssert(!playerKey->GetName().IsNull(), "UNNAMED KEY");
|
||||
fTransport.GetMember(idx)->SetAvatarKey(playerKey);
|
||||
}
|
||||
else
|
||||
|
Reference in New Issue
Block a user