add bots
This commit is contained in:
@@ -15,5 +15,9 @@ std::shared_ptr<FakeSocket> FakeSocket::Connect(const std::shared_ptr<server::Fa
|
||||
return socket;
|
||||
}
|
||||
|
||||
void FakeSocket::Disconnect() {
|
||||
m_Server->DisconnectFakePeer(m_PeerId);
|
||||
}
|
||||
|
||||
} // namespace client
|
||||
} // namespace td
|
||||
|
||||
Reference in New Issue
Block a user