mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 20:05:33 +08:00
Partial plumbing for the agent stateful module features negotiation
This commit is contained in:
@@ -374,6 +374,13 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
return m_moduleCommanders;
|
||||
}
|
||||
|
||||
public List<UUID> GetFormatsOffered()
|
||||
{
|
||||
List<UUID> ret = new List<UUID>(FormatsOffered);
|
||||
|
||||
return ret;
|
||||
}
|
||||
|
||||
protected void CheckAndAddAgentDataFormats(object mod)
|
||||
{
|
||||
if (!(mod is IAgentStatefulModule))
|
||||
|
||||
Reference in New Issue
Block a user