Remove log
This commit is contained in:
parent
45826ab5b5
commit
a4d5017270
@ -1695,7 +1695,7 @@ namespace ZL
|
|||||||
std::string pingMsg = "UPD:" + std::to_string(now_ms) + ":" + Environment::shipState.formPingMessageContent();
|
std::string pingMsg = "UPD:" + std::to_string(now_ms) + ":" + Environment::shipState.formPingMessageContent();
|
||||||
|
|
||||||
networkClient->Send(pingMsg);
|
networkClient->Send(pingMsg);
|
||||||
std::cout << "Sending: " << pingMsg << std::endl;
|
//std::cout << "Sending: " << pingMsg << std::endl;
|
||||||
pingTimer = 0.0f;
|
pingTimer = 0.0f;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user