Hot fix
This commit is contained in:
@@ -561,7 +561,7 @@ bool Client::OnConnectRequest(const Events::ConnectRequest& e)
|
|||||||
{
|
{
|
||||||
removeWorld();
|
removeWorld();
|
||||||
if (m_Reliable.Connect(m_PlayerName, e.IP, e.Port)) {
|
if (m_Reliable.Connect(m_PlayerName, e.IP, e.Port)) {
|
||||||
m_Unreliable.Connect(m_PlayerName, m_Address, m_Port);
|
m_Unreliable.Connect(m_PlayerName, e.IP, e.Port);
|
||||||
// The client sent a successful connect message
|
// The client sent a successful connect message
|
||||||
return true;
|
return true;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user