summaryrefslogtreecommitdiffstats
path: root/src/RCONServer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/RCONServer.cpp')
-rw-r--r--src/RCONServer.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/RCONServer.cpp b/src/RCONServer.cpp
index fd4b26cab..cd5292ac3 100644
--- a/src/RCONServer.cpp
+++ b/src/RCONServer.cpp
@@ -206,6 +206,7 @@ bool cRCONServer::cConnection::DataReceived(const char * a_Data, size_t a_Size)
}
m_Buffer.erase(0, Length + 4);
} // while (m_Buffer.size() >= 14)
+ return false;
}