diff options
author | Melanie | 2012-08-18 22:36:42 +0200 |
---|---|---|
committer | Melanie | 2012-08-18 22:36:42 +0200 |
commit | 2efd13ae18daaf8d48af67b20fe7bfc59f6f6743 (patch) | |
tree | b0e5df05f2d0a6688a2b5af4a563418f8da81b5c /OpenSim | |
parent | Merge branch 'master' into careminster (diff) | |
download | opensim-SC-2efd13ae18daaf8d48af67b20fe7bfc59f6f6743.zip opensim-SC-2efd13ae18daaf8d48af67b20fe7bfc59f6f6743.tar.gz opensim-SC-2efd13ae18daaf8d48af67b20fe7bfc59f6f6743.tar.bz2 opensim-SC-2efd13ae18daaf8d48af67b20fe7bfc59f6f6743.tar.xz |
Fix a typo
Diffstat (limited to 'OpenSim')
-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 417b620..31d0034 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 os estate managers to obtain attach permissions without asking the user", SetAutoGrantAttachPerms); |
80 | } | 80 | } |
81 | } | 81 | } |
82 | else | 82 | else |