Add Chat module extra feature settings to GridExtraFeatures service

This commit is contained in:
BlueWall
2014-07-30 15:01:26 -04:00
parent e0d8f42e6b
commit 3ec695e05b
3 changed files with 27 additions and 0 deletions

View File

@@ -82,6 +82,15 @@ namespace OpenSim.Server.Handlers.Grid
case "ExportSupported":
m_ExtraFeatures["ExportSupported"] = value;
break;
case "WhisperDistance":
m_ExtraFeatures["whisper-range"] = value;
break;
case "SayDistance":
m_ExtraFeatures["say-range"] = value;
break;
case "ShoutDistance":
m_ExtraFeatures["shout-range"] = value;
break;
default:
m_Log.InfoFormat("{0} not yet supported.");
break;