mirror of
https://github.com/opensim/opensim.git
synced 2026-07-29 04:25:36 +08:00
fix: PostInitialise() not being called on script engines (nasty one that)
cleanup: warnings, readability
This commit is contained in:
@@ -70,7 +70,7 @@ namespace OpenSim.Framework.RegionLoader.Filesystem
|
||||
RegionInfo[] regionInfos = new RegionInfo[configFiles.Length];
|
||||
for (int i = 0; i < configFiles.Length; i++)
|
||||
{
|
||||
RegionInfo regionInfo = new RegionInfo("REGION CONFIG #" + (i + 1), configFiles[i],false);
|
||||
RegionInfo regionInfo = new RegionInfo("REGION CONFIG #" + (i + 1), configFiles[i], false);
|
||||
regionInfos[i] = regionInfo;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user