Set the attachment data on scripted rez to allow toasters to work.

This commit is contained in:
Melanie
2011-04-30 14:22:46 +02:00
parent 4ed54dcc01
commit 98fe37051a
2 changed files with 6 additions and 0 deletions

View File

@@ -1016,6 +1016,9 @@ namespace OpenSim.Framework
configMember.addConfigurationOption("object_capacity", ConfigurationOption.ConfigurationTypes.TYPE_INT32,
"Max objects this sim will hold", "0", true);
configMember.addConfigurationOption("agent_capacity", ConfigurationOption.ConfigurationTypes.TYPE_INT32,
"Max agents this sim will hold", "0", true);
configMember.addConfigurationOption("scope_id", ConfigurationOption.ConfigurationTypes.TYPE_UUID,
"Scope ID for this region", UUID.Zero.ToString(), true);