1
0
mirror of https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git synced 2025-07-18 19:29:09 +00:00

Try without armature changes

This commit is contained in:
2023-09-28 11:48:33 -07:00
parent 4924156ad4
commit 1f09d6c48a

View File

@ -1414,7 +1414,7 @@ hsBool plArmatureMod::MsgReceive(plMessage* msg)
if (fController)
{
fController->SetSubworld(subMsg->fWorldKey);
DirtyPhysicalSynchState(plSynchedObject::kBCastToClients);
DirtySynchState(kSDLAvatar, plSynchedObject::kBCastToClients);
}
return true;
}