* Added the beginnings of VoiceManager to libsecondlife.Utilities
* Added VoiceTest to test VoiceManager. For now you will have to manually run the voice daemon (shipped with Second Life) each time git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@1345 52acb1d6-8a22-11de-b505-999d5b087335
This commit is contained in:
@@ -423,7 +423,7 @@ namespace libsecondlife
|
||||
SimCaps = null;
|
||||
}
|
||||
|
||||
if (Client.Settings.ENABLE_CAPS) // [TODO] Implement caps
|
||||
if (Client.Settings.ENABLE_CAPS)
|
||||
{
|
||||
// Connect to the new CAPS system
|
||||
if (!String.IsNullOrEmpty(seedcaps))
|
||||
|
||||
Reference in New Issue
Block a user