diff options
Diffstat (limited to 'client/resourceaccess.cpp')
-rw-r--r-- | client/resourceaccess.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/resourceaccess.cpp b/client/resourceaccess.cpp index d3d8175..7c92331 100644 --- a/client/resourceaccess.cpp +++ b/client/resourceaccess.cpp | |||
@@ -64,6 +64,7 @@ void ResourceAccess::connected() | |||
64 | { | 64 | { |
65 | m_startingProcess = false; | 65 | m_startingProcess = false; |
66 | Console::main()->log(QString("Connected: %1").arg(m_socket->fullServerName())); | 66 | Console::main()->log(QString("Connected: %1").arg(m_socket->fullServerName())); |
67 | m_socket->write("100 command " + QString::number((long long)this).toLatin1()); | ||
67 | emit ready(true); | 68 | emit ready(true); |
68 | } | 69 | } |
69 | 70 | ||