Kolja Strohm 3 жил өмнө
parent
commit
cd68cd0641

+ 2 - 0
FactoryCraft/Server.cpp

@@ -302,6 +302,8 @@ void FCKlient::thread()
                                     zGameClient = (GameClient*)zGameClient->release();
                                 }
                                 klient->sende( "\1", 1 );
+                                klient->sende( (char*)&authKeyLen, 4 );
+                                klient->sende( authKey, authKeyLen );
                                 ok = true;
                             }
                         }