aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/RegionInfo.cs
diff options
context:
space:
mode:
authorMelanie Thielker2009-06-25 16:05:59 +0000
committerMelanie Thielker2009-06-25 16:05:59 +0000
commit9e714b97842d66d799445239261dd195bda51c63 (patch)
tree84ae3901e8b8ebafae9068cef1b288c79098feb2 /OpenSim/Framework/RegionInfo.cs
parentAllow the reading of ini files instead of xml files when reading region (diff)
downloadopensim-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/Framework/RegionInfo.cs')
-rw-r--r--OpenSim/Framework/RegionInfo.cs2
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