libomv now knows old opensim material asset type + dotnet8 usless changes

This commit is contained in:
UbitUmarov
2024-04-21 13:44:35 +01:00
parent 5aeabd40fd
commit 257a9ad398
6 changed files with 59 additions and 92 deletions

View File

@@ -263,7 +263,7 @@ namespace OpenSim.Framework.Servers.HttpServer
NameValueCollection q = m_request.QueryString;
_queryAsDictionay = new Dictionary<string, string>();
m_queryFlags = new HashSet<string>();
for(int i = 0; i <q.Count; ++i)
for(int i = 0; i < q.Count; ++i)
{
try
{