diff options
author | Melanie Thielker | 2009-06-25 16:05:59 +0000 |
---|---|---|
committer | Melanie Thielker | 2009-06-25 16:05:59 +0000 |
commit | 9e714b97842d66d799445239261dd195bda51c63 (patch) | |
tree | 84ae3901e8b8ebafae9068cef1b288c79098feb2 /OpenSim | |
parent | Allow the reading of ini files instead of xml files when reading region (diff) | |
download | opensim-SC_OLD-9e714b97842d66d799445239261dd195bda51c63.zip opensim-SC_OLD-9e714b97842d66d799445239261dd195bda51c63.tar.gz opensim-SC_OLD-9e714b97842d66d799445239261dd195bda51c63.tar.bz2 opensim-SC_OLD-9e714b97842d66d799445239261dd195bda51c63.tar.xz |
Add a comment and an example region config file
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 | ||