aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/OptionalModules
diff options
context:
space:
mode:
authorMelanie2012-08-18 22:36:42 +0200
committerMelanie2012-08-18 22:36:42 +0200
commit2efd13ae18daaf8d48af67b20fe7bfc59f6f6743 (patch)
treeb0e5df05f2d0a6688a2b5af4a563418f8da81b5c /OpenSim/Region/OptionalModules
parentMerge branch 'master' into careminster (diff)
downloadopensim-SC_OLD-2efd13ae18daaf8d48af67b20fe7bfc59f6f6743.zip
opensim-SC_OLD-2efd13ae18daaf8d48af67b20fe7bfc59f6f6743.tar.gz
opensim-SC_OLD-2efd13ae18daaf8d48af67b20fe7bfc59f6f6743.tar.bz2
opensim-SC_OLD-2efd13ae18daaf8d48af67b20fe7bfc59f6f6743.tar.xz
Fix a typo
Diffstat (limited to 'OpenSim/Region/OptionalModules')
-rw-r--r--OpenSim/Region/OptionalModules/Avatar/Attachments/TempAttachmentsModule.cs2
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