Fixed issue with AccountLevelBenefits.GetListFromMap sorting results when it should not have been
This commit is contained in:
@@ -537,7 +537,6 @@ namespace OpenMetaverse
|
||||
|
||||
return valArray
|
||||
.OfType<T>()
|
||||
.OrderBy(n => n)
|
||||
.ToList();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user