Fix client registration for auto-detected local server

This commit is contained in:
Adam Honse 2021-05-21 19:24:57 -05:00
parent 4c6653bdb4
commit cdae9b1e78

View file

@ -126,7 +126,7 @@ bool AttemptLocalConnection()
}
else
{
ResourceManager::get()->GetClients().push_back(client);
ResourceManager::get()->RegisterNetworkClient(client);
success = true;
}