diff options
author | UbitUmarov | 2012-02-15 03:51:30 +0000 |
---|---|---|
committer | UbitUmarov | 2012-02-15 03:51:30 +0000 |
commit | 04279e36d1bc01f966940eb8cc0457064356fced (patch) | |
tree | bff74b33a2cf072877e8f1d876944905399d4be6 /OpenSim/Framework/RegionInfo.cs | |
parent | remove drawstuff from ubitode (diff) | |
parent | Merge branch 'master' of ssh://melanie@3dhosting.de/var/git/careminster into ... (diff) | |
download | opensim-SC_OLD-04279e36d1bc01f966940eb8cc0457064356fced.zip opensim-SC_OLD-04279e36d1bc01f966940eb8cc0457064356fced.tar.gz opensim-SC_OLD-04279e36d1bc01f966940eb8cc0457064356fced.tar.bz2 opensim-SC_OLD-04279e36d1bc01f966940eb8cc0457064356fced.tar.xz |
Merge branch 'master' of ssh://3dhosting.de/var/git/careminster into ubitwork
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Framework/RegionInfo.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenSim/Framework/RegionInfo.cs b/OpenSim/Framework/RegionInfo.cs index c531e8a..7a3e67f 100644 --- a/OpenSim/Framework/RegionInfo.cs +++ b/OpenSim/Framework/RegionInfo.cs | |||
@@ -627,7 +627,6 @@ namespace OpenSim.Framework | |||
627 | 627 | ||
628 | foreach (String s in allKeys) | 628 | foreach (String s in allKeys) |
629 | { | 629 | { |
630 | string val = config.GetString(s); | ||
631 | SetOtherSetting(s, config.GetString(s)); | 630 | SetOtherSetting(s, config.GetString(s)); |
632 | } | 631 | } |
633 | } | 632 | } |