[ADDED] User the shared project + integrated it with the other classes
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user