mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-14 02:27:40 -04:00
@ -1981,7 +1981,7 @@ hsBool cyAvatar::IsCurrentBrainHuman()
|
|||||||
|
|
||||||
void cyAvatar::SetDontPanicLink(bool value)
|
void cyAvatar::SetDontPanicLink(bool value)
|
||||||
{
|
{
|
||||||
if (!fRecvr.empty()) {
|
if ( fRecvr.Count() > 0 ) {
|
||||||
plArmatureMod* mod = plAvatarMgr::FindAvatar(fRecvr[0]);
|
plArmatureMod* mod = plAvatarMgr::FindAvatar(fRecvr[0]);
|
||||||
if (mod)
|
if (mod)
|
||||||
mod->SetDontPanicLinkFlag(value);
|
mod->SetDontPanicLinkFlag(value);
|
||||||
|
Reference in New Issue
Block a user