Index: client/Client/main.cpp
===================================================================
--- client/Client/main.cpp	(revision 371ce296190cdacf3f0af39dd95eedc4dfeac996)
+++ client/Client/main.cpp	(revision 439f7bc1eec5d0b56344db9cc23399640026dba2)
@@ -207,6 +207,8 @@
                   case STATE_START:
                   {
-                     msgTo.type = MSG_TYPE_LOGIN;
                      username = input;
+                     strcpy(msgTo.buffer+input.size()+1, "MyPassword");
+                     msgTo.type = MSG_TYPE_REGISTER;
+                     //msgTo.type = MSG_TYPE_LOGIN;
 
                      sendMessage(&msgTo, sock, &server);
@@ -370,4 +372,5 @@
          chatConsole.addLine(response);
 
+         /*
          if (response.compare("Player has already logged in.") == 0)
          {
@@ -380,4 +383,5 @@
             state = STATE_LOGIN;
          }
+         */
 
          break;
