In pCampbot, don't try and reconnect bots that are already connected on console "connect" command
parent
832c35d4d5
commit
66a7dc3a0d
|
@ -299,6 +299,7 @@ namespace pCampBot
|
|||
break;
|
||||
}
|
||||
|
||||
if (m_bots[i].ConnectionState == ConnectionState.Disconnected)
|
||||
m_bots[i].Connect();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue