Skip to content
Snippets Groups Projects
Commit 28b8e34d authored by adrien-matta's avatar adrien-matta
Browse files

* adding missing sync to NPSpectraClient

parent 133715b1
No related branches found
No related tags found
No related merge requests found
......@@ -63,6 +63,7 @@ bool NPL::SpectraClient::Connect(){
m_Sock = new TSocket(m_Address.c_str(),m_Port);
if(m_Sock->IsValid()){
NPL::SendInformation("NPL::SpectraClient","Successful connection to spectra server");
Sync();
return true;
}
else{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment