remove reference to CoreModules from ClientStack.LindenUDP

client stack uses modules in the same way that scene does - through their interfaces
This commit is contained in:
Justin Clark-Casey (justincc)
2011-01-20 23:21:25 +00:00
parent 1baf63dbae
commit df740d8e5c
2 changed files with 2 additions and 3 deletions

View File

@@ -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();
}
}
}
}