diff options
Diffstat (limited to 'OpenSim')
-rw-r--r-- | OpenSim/Framework/RegionInfo.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/RegionInfo.cs b/OpenSim/Framework/RegionInfo.cs index 2423097..6a264a6 100644 --- a/OpenSim/Framework/RegionInfo.cs +++ b/OpenSim/Framework/RegionInfo.cs | |||
@@ -427,7 +427,7 @@ namespace OpenSim.Framework | |||
427 | m_regionLocY = Convert.ToUInt32(locationElements[1]); | 427 | m_regionLocY = Convert.ToUInt32(locationElements[1]); |
428 | 428 | ||
429 | 429 | ||
430 | // Datastore | 430 | // Datastore (is this implemented? Omitted from example!) |
431 | // | 431 | // |
432 | DataStore = config.GetString("Datastore", String.Empty); | 432 | DataStore = config.GetString("Datastore", String.Empty); |
433 | 433 | ||