more changes on the test feature

This commit is contained in:
UbitUmarov
2023-12-02 16:29:58 +00:00
parent acf41e9eef
commit cbdcf3b4a0
5 changed files with 42 additions and 27 deletions

View File

@@ -1008,7 +1008,7 @@ namespace OpenSim.Region.OptionalModules.Materials
foreach (SceneObjectPart sop in changedSOPs)
{
sop.ParentGroup.HasGroupChanged = true;
sop.ScheduleFullUpdate();
sop.ScheduleUpdate(PrimUpdateFlags.MaterialOvr | PrimUpdateFlags.FullUpdate);
}
httpResponse.RawBuffer = XMLkeyMaterialSucess;
@@ -1382,7 +1382,7 @@ namespace OpenSim.Region.OptionalModules.Materials
return false;
}
catch (Exception e)
catch
{
return false;
}