diff options
author | Melanie | 2011-10-11 23:02:19 +0100 |
---|---|---|
committer | Melanie | 2011-10-11 23:02:19 +0100 |
commit | 66c06c568525a2f661c6075d144638bb97c63eb1 (patch) | |
tree | 7187bd2c009e8f49c7f6bb141ec95d7e579e9935 /OpenSim/Region/Application | |
parent | Merge commit 'e789ab659c8a35a32f4edfc8f79f367b9a993721' into bigmerge (diff) | |
parent | Remove the unimplented "clear assets" command. (diff) | |
download | opensim-SC_OLD-66c06c568525a2f661c6075d144638bb97c63eb1.zip opensim-SC_OLD-66c06c568525a2f661c6075d144638bb97c63eb1.tar.gz opensim-SC_OLD-66c06c568525a2f661c6075d144638bb97c63eb1.tar.bz2 opensim-SC_OLD-66c06c568525a2f661c6075d144638bb97c63eb1.tar.xz |
Merge commit '8caf3ed49ec3403843e25db018cc9db63e2ca643' into bigmerge
Diffstat (limited to 'OpenSim/Region/Application')
-rw-r--r-- | OpenSim/Region/Application/OpenSim.cs | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/OpenSim/Region/Application/OpenSim.cs b/OpenSim/Region/Application/OpenSim.cs index 92ccb06..9d3a1cd 100644 --- a/OpenSim/Region/Application/OpenSim.cs +++ b/OpenSim/Region/Application/OpenSim.cs | |||
@@ -210,10 +210,6 @@ namespace OpenSim | |||
210 | /// </summary> | 210 | /// </summary> |
211 | private void RegisterConsoleCommands() | 211 | private void RegisterConsoleCommands() |
212 | { | 212 | { |
213 | m_console.Commands.AddCommand("region", false, "clear assets", | ||
214 | "clear assets", | ||
215 | "Clear the asset cache", HandleClearAssets); | ||
216 | |||
217 | m_console.Commands.AddCommand("region", false, "force update", | 213 | m_console.Commands.AddCommand("region", false, "force update", |
218 | "force update", | 214 | "force update", |
219 | "Force the update of all objects on clients", | 215 | "Force the update of all objects on clients", |
@@ -509,11 +505,6 @@ namespace OpenSim | |||
509 | } | 505 | } |
510 | } | 506 | } |
511 | 507 | ||
512 | private void HandleClearAssets(string module, string[] args) | ||
513 | { | ||
514 | MainConsole.Instance.Output("Not implemented."); | ||
515 | } | ||
516 | |||
517 | /// <summary> | 508 | /// <summary> |
518 | /// Force resending of all updates to all clients in active region(s) | 509 | /// Force resending of all updates to all clients in active region(s) |
519 | /// </summary> | 510 | /// </summary> |