1
0

Merge branch 'master' into SslWebAdmin

This commit is contained in:
Mattes D
2014-05-10 21:27:57 +02:00
131 changed files with 2774 additions and 1859 deletions

View File

@@ -59,7 +59,7 @@ public:
virtual void Finished(void) override
{
m_Connection.SendResponse(m_RequestID, RCON_PACKET_RESPONSE, m_Buffer.size(), m_Buffer.c_str());
m_Connection.SendResponse(m_RequestID, RCON_PACKET_RESPONSE, (int)m_Buffer.size(), m_Buffer.c_str());
delete this;
}