mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 17:32:42 +08:00
In pCampbot, don't try and reconnect bots that are already connected on console "connect" command
This commit is contained in:
@@ -299,7 +299,8 @@ namespace pCampBot
|
||||
break;
|
||||
}
|
||||
|
||||
m_bots[i].Connect();
|
||||
if (m_bots[i].ConnectionState == ConnectionState.Disconnected)
|
||||
m_bots[i].Connect();
|
||||
}
|
||||
|
||||
// Stagger logins
|
||||
|
||||
Reference in New Issue
Block a user