mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
libomv now knows old opensim material asset type + dotnet8 usless changes
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user