summaryrefslogtreecommitdiffstats
path: root/src/net/pvsClientConnection.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/pvsClientConnection.cpp')
-rw-r--r--src/net/pvsClientConnection.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/net/pvsClientConnection.cpp b/src/net/pvsClientConnection.cpp
index 5354e95..9f66562 100644
--- a/src/net/pvsClientConnection.cpp
+++ b/src/net/pvsClientConnection.cpp
@@ -162,7 +162,6 @@ void PVSClientConnection::setID(unsigned int id)
void PVSClientConnection::ping()
{
- // still needs flag/timer to check for a ping timeout (and a reply from the client)
this->push_back_send(PVSMsg(PVSCOMMAND, "PING", "HELLO?", _id));
}