mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 03:45:35 +08:00
Allow setting the size of the wearables array from config, for core compatibility
This commit is contained in:
@@ -108,6 +108,7 @@ 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))
|
||||
|
||||
Reference in New Issue
Block a user