mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 06:06:06 +08:00
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:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user