fix a old bug i added: MaxWearables can't be changed in runtime

avinationmerge
UbitUmarov 2015-09-03 20:51:30 +01:00
parent 5aa7a4fa52
commit 7bfa311e32
1 changed files with 0 additions and 1 deletions

View File

@ -109,7 +109,6 @@ namespace OpenSim
m_timeInterval = startupConfig.GetInt("timer_Interval", 1200);
}
AvatarWearable.MAX_WEARABLES = startupConfig.GetInt("max_wearables", AvatarWearable.MAX_WEARABLES);
string asyncCallMethodStr = startupConfig.GetString("async_call_method", String.Empty);
FireAndForgetMethod asyncCallMethod;
if (!String.IsNullOrEmpty(asyncCallMethodStr) && Utils.EnumTryParse<FireAndForgetMethod>(asyncCallMethodStr, out asyncCallMethod))