mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-14 10:37:41 -04:00
Make pyVault::RegisterOwnedAge a blocking operation
This commit is contained in:
@ -555,7 +555,7 @@ void pyVault::RegisterMTStation( const char * stationName, const char * backLink
|
||||
|
||||
void pyVault::RegisterOwnedAge( const pyAgeLinkStruct & link )
|
||||
{
|
||||
VaultRegisterOwnedAge(link.GetAgeLink());
|
||||
VaultRegisterOwnedAgeAndWait(link.GetAgeLink());
|
||||
}
|
||||
|
||||
void pyVault::UnRegisterOwnedAge( const char * ageFilename )
|
||||
|
Reference in New Issue
Block a user