[ADDED] User the shared project + integrated it with the other classes

This commit is contained in:
Lars
2020-10-19 22:32:50 +02:00
parent 53c8a435a3
commit 0b12e530aa
4 changed files with 83 additions and 29 deletions

View File

@@ -124,7 +124,7 @@ namespace Server.Models
if (l == lobby)
{
bool succ;
l.AddUsername(username, out succ);
l.AddUser(username, out succ);
if (!succ)
{
// TODO send lobby full message