send the MaxProfilePicks in simulatorFeatures

This commit is contained in:
UbitUmarov
2025-03-14 02:20:12 +00:00
parent 75e9a49072
commit b63acc8090
2 changed files with 3 additions and 1 deletions

View File

@@ -154,6 +154,8 @@ namespace OpenSim.Region.ClientStack.Linden
m_features["MaxTextureResolution"] = OSD.FromInteger(Constants.MaxTextureResolution);
m_features["MaxProfilePicks"] = OSD.FromInteger(Constants.MaxProfilePicks);
m_features["MeshRezEnabled"] = true;
m_features["MeshUploadEnabled"] = true;
m_features["MeshXferEnabled"] = true;