fix missing ! in getassetsModule, several changes on libraryService,

folder opensimlibrary as no meaning, all are child of one with that name
already"
This commit is contained in:
UbitUmarov
2022-04-23 00:33:20 +01:00
parent 6984902610
commit 8b6f9bfa0a
5 changed files with 7 additions and 34 deletions

View File

@@ -393,7 +393,7 @@ namespace OpenSim.Region.ClientStack.Linden
else
caps.RegisterPollHandler("ViewerAsset", new PollServiceAssetEventArgs(capUrl, agentID, m_scene, hgassets));
}
else if (string.IsNullOrEmpty(m_GetAssetURL))
else if (!string.IsNullOrEmpty(m_GetAssetURL))
caps.RegisterHandler("ViewerAsset", m_GetAssetURL);
}
}