diff options
author | Diva Canto | 2013-03-02 17:53:57 -0800 |
---|---|---|
committer | Diva Canto | 2013-03-02 17:53:57 -0800 |
commit | b0985f7019d7fc9ea6bb32c4f1d174e6f635c9e3 (patch) | |
tree | e9fdd7d87654218f8e992820f58012353ac7f958 | |
parent | Moved permissions config vars out of [Startup] into [Permissions]. Backwards ... (diff) | |
download | opensim-SC_OLD-b0985f7019d7fc9ea6bb32c4f1d174e6f635c9e3.zip opensim-SC_OLD-b0985f7019d7fc9ea6bb32c4f1d174e6f635c9e3.tar.gz opensim-SC_OLD-b0985f7019d7fc9ea6bb32c4f1d174e6f635c9e3.tar.bz2 opensim-SC_OLD-b0985f7019d7fc9ea6bb32c4f1d174e6f635c9e3.tar.xz |
Fixed typos in TempAttachmentsModule. No changes.
-rw-r--r-- | OpenSim/Region/OptionalModules/Avatar/Attachments/TempAttachmentsModule.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/OptionalModules/Avatar/Attachments/TempAttachmentsModule.cs b/OpenSim/Region/OptionalModules/Avatar/Attachments/TempAttachmentsModule.cs index d7fb272..1e7bc02 100644 --- a/OpenSim/Region/OptionalModules/Avatar/Attachments/TempAttachmentsModule.cs +++ b/OpenSim/Region/OptionalModules/Avatar/Attachments/TempAttachmentsModule.cs | |||
@@ -76,7 +76,7 @@ namespace OpenSim.Region.OptionalModules.Avatar.Attachments | |||
76 | 76 | ||
77 | if (m_console != null) | 77 | if (m_console != null) |
78 | { | 78 | { |
79 | m_console.AddCommand("TempATtachModule", false, "set auto_grant_attach_perms", "set auto_grant_attach_perms true|false", "Allow objects owned by the region owner os estate managers to obtain attach permissions without asking the user", SetAutoGrantAttachPerms); | 79 | m_console.AddCommand("TempAttachModule", false, "set auto_grant_attach_perms", "set auto_grant_attach_perms true|false", "Allow objects owned by the region owner or estate managers to obtain attach permissions without asking the user", SetAutoGrantAttachPerms); |
80 | } | 80 | } |
81 | } | 81 | } |
82 | else | 82 | else |