mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 18:25:33 +08:00
* Removed yet more compiler warnings
* Dropped old ILocalStorage storage engines.
This commit is contained in:
@@ -52,7 +52,7 @@ namespace OpenSim.Framework.Configuration
|
||||
configOption.configurationDefault = configuration_default;
|
||||
configOption.configurationType = configuration_type;
|
||||
|
||||
if (configuration_key != "" && configuration_question != "" && configuration_type != null)
|
||||
if (configuration_key != "" && configuration_question != "")
|
||||
{
|
||||
if (!configurationOptions.Contains(configOption))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user