[Simian]
* Sim to sim caps for establishing child agents * Still working out a bug in the libomv event queue, committing what is done for now git-svn-id: http://libopenmetaverse.googlecode.com/svn/libopenmetaverse/trunk@2485 52acb1d6-8a22-11de-b505-999d5b087335
This commit is contained in:
@@ -1130,7 +1130,7 @@ namespace OpenMetaverse
|
||||
// don't reconnect if we're already connected or attempting to connect
|
||||
if (FindSimulator(endPoint) != null) return;
|
||||
|
||||
if (Connect(ip, port, rh, false, LoginSeedCapability) == null)
|
||||
if (Connect(ip, port, rh, false, null) == null)
|
||||
{
|
||||
Logger.Log("Unabled to connect to new sim " + ip + ":" + port,
|
||||
Helpers.LogLevel.Error, Client);
|
||||
|
||||
Reference in New Issue
Block a user