diff --git a/src/client/protocolgamesend.cpp b/src/client/protocolgamesend.cpp
index 5d1223a4..d7d4b20c 100644
--- a/src/client/protocolgamesend.cpp
+++ b/src/client/protocolgamesend.cpp
@@ -59,10 +59,6 @@ void ProtocolGame::sendLoginPacket(uint challengeTimestamp, uint8 challengeRando
     // This may only be required by the flash client
     if(g_game.getClientVersion() >= 980) {
         msg->addU32(g_game.getClientVersion());
-        msg->addU8(0); // client type
-    }
-
-    if(g_game.getClientVersion() >= 1050) {
         msg->addU8(0); // preview state
     }