mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 03:45:35 +08:00
minor: Remove warning from RegionInfo due to repeated config.GetString() call where the first was unused.
This commit is contained in:
@@ -625,7 +625,6 @@ namespace OpenSim.Framework
|
||||
|
||||
foreach (String s in allKeys)
|
||||
{
|
||||
string val = config.GetString(s);
|
||||
SetOtherSetting(s, config.GetString(s));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user