mirror of
https://github.com/opensim/opensim.git
synced 2026-08-12 04:05:42 +08:00
Updated the create_region command in the RemoteAdmin plugin to properly support estates without seeking further input on the console.
This commit is contained in:
committed by
Justin Clark-Casey (justincc)
parent
8acb401a14
commit
8eeb3f2fd2
@@ -122,7 +122,9 @@ namespace OpenSim.ApplicationPlugins.LoadRegions
|
||||
m_log.Debug("[LOADREGIONS]: Creating Region: " + regionsToLoad[i].RegionName + " (ThreadID: " +
|
||||
Thread.CurrentThread.ManagedThreadId.ToString() +
|
||||
")");
|
||||
m_openSim.PopulateRegionEstateInfo(regionsToLoad[i]);
|
||||
m_openSim.CreateRegion(regionsToLoad[i], true, out scene);
|
||||
regionsToLoad[i].EstateSettings.Save();
|
||||
if (scene != null)
|
||||
{
|
||||
m_newRegionCreatedHandler = OnNewRegionCreated;
|
||||
|
||||
Reference in New Issue
Block a user