diff options
Diffstat (limited to 'OpenSim/Region')
-rw-r--r-- | OpenSim/Region/Application/OpenSim.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenSim/Region/Application/OpenSim.cs b/OpenSim/Region/Application/OpenSim.cs index a499811..a2ba8c0 100644 --- a/OpenSim/Region/Application/OpenSim.cs +++ b/OpenSim/Region/Application/OpenSim.cs | |||
@@ -109,7 +109,6 @@ namespace OpenSim | |||
109 | m_timeInterval = startupConfig.GetInt("timer_Interval", 1200); | 109 | m_timeInterval = startupConfig.GetInt("timer_Interval", 1200); |
110 | } | 110 | } |
111 | 111 | ||
112 | AvatarWearable.MAX_WEARABLES = startupConfig.GetInt("max_wearables", AvatarWearable.MAX_WEARABLES); | ||
113 | string asyncCallMethodStr = startupConfig.GetString("async_call_method", String.Empty); | 112 | string asyncCallMethodStr = startupConfig.GetString("async_call_method", String.Empty); |
114 | FireAndForgetMethod asyncCallMethod; | 113 | FireAndForgetMethod asyncCallMethod; |
115 | if (!String.IsNullOrEmpty(asyncCallMethodStr) && Utils.EnumTryParse<FireAndForgetMethod>(asyncCallMethodStr, out asyncCallMethod)) | 114 | if (!String.IsNullOrEmpty(asyncCallMethodStr) && Utils.EnumTryParse<FireAndForgetMethod>(asyncCallMethodStr, out asyncCallMethod)) |