Fixed issue with AccountLevelBenefits.GetListFromMap sorting results when it should not have been

This commit is contained in:
nooperation
2025-06-07 22:42:45 -04:00
parent 0a9fb3c76c
commit a467ee5d5a

View File

@@ -537,7 +537,6 @@ namespace OpenMetaverse
return valArray
.OfType<T>()
.OrderBy(n => n)
.ToList();
}