Fix client registration for auto-detected local server
This commit is contained in:
parent
4c6653bdb4
commit
cdae9b1e78
1 changed files with 1 additions and 1 deletions
2
main.cpp
2
main.cpp
|
|
@ -126,7 +126,7 @@ bool AttemptLocalConnection()
|
|||
}
|
||||
else
|
||||
{
|
||||
ResourceManager::get()->GetClients().push_back(client);
|
||||
ResourceManager::get()->RegisterNetworkClient(client);
|
||||
|
||||
success = true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue