mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 03:45:35 +08:00
* commands are done foreach instead of by [i]
* fixed 'show users' format bug.
This commit is contained in:
@@ -299,7 +299,7 @@ namespace OpenSim.Region.Environment.Scenes
|
||||
}
|
||||
catch (Exception e)
|
||||
{
|
||||
MainLog.Instance.Error("Scene", "Update() - Failed with exception " + e.ToString());
|
||||
MainLog.Instance.Error("Scene", "Failed with exception " + e.ToString());
|
||||
}
|
||||
updateLock.ReleaseMutex();
|
||||
}
|
||||
@@ -346,7 +346,7 @@ namespace OpenSim.Region.Environment.Scenes
|
||||
}
|
||||
catch (Exception e)
|
||||
{
|
||||
MainLog.Instance.Warn("terrain", "World.cs: RegenerateTerrain() - Failed with exception " + e.ToString());
|
||||
MainLog.Instance.Error("terrain", "Failed with exception " + e.ToString());
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user