mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 01:35:46 +08:00
Merged 3Di code that provides scene and avatar serialization, and plugin support for region move/split/merge. See ThirdParty/3Di/README.txt. Unless the new modules are used there should be no noticeable changes when running OpenSim.
This commit is contained in:
@@ -269,7 +269,7 @@ namespace OpenSim.ApplicationPlugins.LoadRegions
|
||||
newRegionData.MasterAvatarFirstName = (string) requestData["region_master_first"];
|
||||
newRegionData.MasterAvatarLastName = (string) requestData["region_master_last"];
|
||||
|
||||
m_app.CreateRegion(newRegionData);
|
||||
m_app.CreateRegion(newRegionData, true);
|
||||
|
||||
responseData["created"] = "true";
|
||||
response.Value = responseData;
|
||||
|
||||
Reference in New Issue
Block a user