aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/RegionInfo.cs
diff options
context:
space:
mode:
authorMelanie2011-04-30 14:22:46 +0200
committerMelanie2011-04-30 14:22:46 +0200
commit98fe37051a6844851245d4cd5460326873eb9759 (patch)
treeaf1e2cef453b0e62d41445e8dc2f09d763b7c692 /OpenSim/Framework/RegionInfo.cs
parentMerge branch 'careminster-presence-refactor' of ssh://3dhosting.de/var/git/ca... (diff)
downloadopensim-SC_OLD-98fe37051a6844851245d4cd5460326873eb9759.zip
opensim-SC_OLD-98fe37051a6844851245d4cd5460326873eb9759.tar.gz
opensim-SC_OLD-98fe37051a6844851245d4cd5460326873eb9759.tar.bz2
opensim-SC_OLD-98fe37051a6844851245d4cd5460326873eb9759.tar.xz
Set the attachment data on scripted rez to allow toasters to work.
Diffstat (limited to '')
-rw-r--r--OpenSim/Framework/RegionInfo.cs3
1 files changed, 3 insertions, 0 deletions
diff --git a/OpenSim/Framework/RegionInfo.cs b/OpenSim/Framework/RegionInfo.cs
index f4437e0..f05e2e6 100644
--- a/OpenSim/Framework/RegionInfo.cs
+++ b/OpenSim/Framework/RegionInfo.cs
@@ -1016,6 +1016,9 @@ namespace OpenSim.Framework
1016 configMember.addConfigurationOption("object_capacity", ConfigurationOption.ConfigurationTypes.TYPE_INT32, 1016 configMember.addConfigurationOption("object_capacity", ConfigurationOption.ConfigurationTypes.TYPE_INT32,
1017 "Max objects this sim will hold", "0", true); 1017 "Max objects this sim will hold", "0", true);
1018 1018
1019 configMember.addConfigurationOption("agent_capacity", ConfigurationOption.ConfigurationTypes.TYPE_INT32,
1020 "Max agents this sim will hold", "0", true);
1021
1019 configMember.addConfigurationOption("scope_id", ConfigurationOption.ConfigurationTypes.TYPE_UUID, 1022 configMember.addConfigurationOption("scope_id", ConfigurationOption.ConfigurationTypes.TYPE_UUID,
1020 "Scope ID for this region", UUID.Zero.ToString(), true); 1023 "Scope ID for this region", UUID.Zero.ToString(), true);
1021 1024