Workinng on communication

This commit is contained in:
fabjuuuh
2020-10-16 12:48:14 +02:00
parent b31fa293fb
commit aadbbc16a9
6 changed files with 92 additions and 43 deletions

View File

@@ -160,7 +160,7 @@ namespace Server
Console.WriteLine("Log in");
this.username = username;
sendMessage(DataParser.getLoginResponse("OK"));
sendMessage(DataParser.getStartSessionJson());
//sendMessage(DataParser.getStartSessionJson());
communication.NewLogin(this);
}
else