#4772 fix group ownership detection for deeded objects (FS:TJ- Fixes issue FIRE-35983)

master
Maxim Nikolenko 2025-10-07 17:25:50 +03:00 committed by Hecklezz
parent f0d5e27b39
commit 6e2a86f6b9
1 changed files with 1 additions and 0 deletions

View File

@ -774,6 +774,7 @@ void LLPermissions::importLLSD(const LLSD& sd_perm)
}
}
fixOwnership();
fix();
}