remove reference to CoreModules from ClientStack.LindenUDP
client stack uses modules in the same way that scene does - through their interfacesviewer-2-initial-appearance
parent
1baf63dbae
commit
df740d8e5c
|
@ -86,7 +86,7 @@ namespace OpenSim.Region.CoreModules.UDP.Linden
|
|||
"Show queue data for each client",
|
||||
"Without the 'full' option, only users actually on the region are shown."
|
||||
+ " With the 'full' option child agents of users in neighbouring regions are also shown.",
|
||||
ShowQueuesReport);
|
||||
ShowQueuesReport);
|
||||
}
|
||||
|
||||
public void RemoveRegion(Scene scene)
|
||||
|
@ -195,6 +195,6 @@ namespace OpenSim.Region.CoreModules.UDP.Linden
|
|||
}
|
||||
|
||||
return report.ToString();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -1556,7 +1556,6 @@
|
|||
<Reference name="OpenSim.Framework.Communications"/>
|
||||
<Reference name="OpenSim.Framework.Statistics"/>
|
||||
<Reference name="OpenSim.Region.Physics.Manager"/>
|
||||
<Reference name="OpenSim.Region.CoreModules"/>
|
||||
<Reference name="XMLRPC" path="../../../bin/"/>
|
||||
<Reference name="Nini" path="../../../bin/"/>
|
||||
<Reference name="log4net" path="../../../bin/"/>
|
||||
|
|
Loading…
Reference in New Issue