aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2011-01-20 21:56:48 +0000
committerJustin Clark-Casey (justincc)2011-01-20 21:56:48 +0000
commitf50780f4c2619e74def4c6d39ad5d763b9b64234 (patch)
treefd9bc8d0d9ed0a4c5fef9996c9e68f26d1897ef3 /OpenSim
parentminor: make "show info" help slightly clearer (diff)
downloadopensim-SC_OLD-f50780f4c2619e74def4c6d39ad5d763b9b64234.zip
opensim-SC_OLD-f50780f4c2619e74def4c6d39ad5d763b9b64234.tar.gz
opensim-SC_OLD-f50780f4c2619e74def4c6d39ad5d763b9b64234.tar.bz2
opensim-SC_OLD-f50780f4c2619e74def4c6d39ad5d763b9b64234.tar.xz
remove unimplemented "show assets" command
Diffstat (limited to 'OpenSim')
-rw-r--r--OpenSim/Region/Application/OpenSim.cs8
1 files changed, 0 insertions, 8 deletions
diff --git a/OpenSim/Region/Application/OpenSim.cs b/OpenSim/Region/Application/OpenSim.cs
index 07c1e67..1832c3d 100644
--- a/OpenSim/Region/Application/OpenSim.cs
+++ b/OpenSim/Region/Application/OpenSim.cs
@@ -283,10 +283,6 @@ namespace OpenSim
283 "kick user <first> <last> [message]", 283 "kick user <first> <last> [message]",
284 "Kick a user off the simulator", KickUserCommand); 284 "Kick a user off the simulator", KickUserCommand);
285 285
286 m_console.Commands.AddCommand("region", false, "show assets",
287 "show assets",
288 "Show asset data", HandleShow);
289
290 m_console.Commands.AddCommand("region", false, "show users", 286 m_console.Commands.AddCommand("region", false, "show users",
291 "show users [full]", 287 "show users [full]",
292 "Show user data for users currently on the region", 288 "Show user data for users currently on the region",
@@ -869,10 +865,6 @@ namespace OpenSim
869 865
870 switch (showParams[0]) 866 switch (showParams[0])
871 { 867 {
872 case "assets":
873 MainConsole.Instance.Output("Not implemented.");
874 break;
875
876 case "users": 868 case "users":
877 IList agents; 869 IList agents;
878 if (showParams.Length > 1 && showParams[1] == "full") 870 if (showParams.Length > 1 && showParams[1] == "full")