mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-14 10:37:41 -04:00
Add async vist age registration
This commit is contained in:
@ -548,7 +548,7 @@ void pyVault::UnRegisterOwnedAge( const char * ageFilename )
|
||||
|
||||
void pyVault::RegisterVisitAge( const pyAgeLinkStruct & link )
|
||||
{
|
||||
VaultRegisterVisitAgeAndWait(link.GetAgeLink());
|
||||
VaultRegisterVisitAge(link.GetAgeLink());
|
||||
}
|
||||
|
||||
void pyVault::UnRegisterVisitAge( const char * guidstr )
|
||||
|
Reference in New Issue
Block a user