mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-17 18:59:09 +00:00
Add proper member access control to NetVaultNode
This commit is contained in:
@ -859,7 +859,7 @@ void plSceneInputInterface::ILinkOffereeToAge()
|
||||
else if (RelVaultNode * linkNode = VaultGetOwnedAgeLinkIncRef(&info)) {
|
||||
// We have the age in our AgesIOwnFolder. If its volatile, dump it for the new one.
|
||||
VaultAgeLinkNode linkAcc(linkNode);
|
||||
if (linkAcc.volat) {
|
||||
if (linkAcc.GetVolatile()) {
|
||||
if (VaultUnregisterOwnedAgeAndWait(link.GetAgeInfo())) {
|
||||
plUUID guid = plUUID::Generate();
|
||||
link.GetAgeInfo()->SetAgeInstanceGuid(&guid);
|
||||
|
Reference in New Issue
Block a user