mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 10:15:33 +08:00
You can now substitute %name% in the filename argument for terrain save & load commands to input the sims name. Useful for sugilite regions where you are running multiple sims in a single instance and need to get them to load or save in a pattern. (Needs cleaning & expansion)
This commit is contained in:
@@ -429,7 +429,7 @@ namespace OpenSim
|
||||
string result = "";
|
||||
for (int i = 0; i < m_localWorld.Count; i++)
|
||||
{
|
||||
if (!((Scene)m_localWorld[i]).Terrain.RunTerrainCmd(cmdparams, ref result))
|
||||
if (!((Scene)m_localWorld[i]).Terrain.RunTerrainCmd(cmdparams, ref result,m_localWorld[i].RegionInfo.RegionName))
|
||||
{
|
||||
m_log.Error(result);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user