Merge commit '8caf3ed49ec3403843e25db018cc9db63e2ca643' into bigmerge

avinationmerge
Melanie 2011-10-11 23:02:19 +01:00
commit 66c06c5685
1 changed files with 0 additions and 9 deletions

View File

@ -210,10 +210,6 @@ namespace OpenSim
/// </summary>
private void RegisterConsoleCommands()
{
m_console.Commands.AddCommand("region", false, "clear assets",
"clear assets",
"Clear the asset cache", HandleClearAssets);
m_console.Commands.AddCommand("region", false, "force update",
"force update",
"Force the update of all objects on clients",
@ -509,11 +505,6 @@ namespace OpenSim
}
}
private void HandleClearAssets(string module, string[] args)
{
MainConsole.Instance.Output("Not implemented.");
}
/// <summary>
/// Force resending of all updates to all clients in active region(s)
/// </summary>