Misc fixes
This commit is contained in:
@@ -59,7 +59,7 @@ namespace Game
|
|||||||
SendPacket(response);
|
SendPacket(response);
|
||||||
}
|
}
|
||||||
|
|
||||||
public void SendAuthWaitQue(uint position)
|
public void SendAuthWaitQueue(uint position)
|
||||||
{
|
{
|
||||||
if (position != 0)
|
if (position != 0)
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -375,7 +375,7 @@ namespace Game
|
|||||||
// iter point to first not updated socket, position store new position
|
// iter point to first not updated socket, position store new position
|
||||||
foreach (var iter in m_QueuedPlayer)
|
foreach (var iter in m_QueuedPlayer)
|
||||||
{
|
{
|
||||||
iter.SendAuthWaitQue(++position);
|
iter.SendAuthWaitQueue(++position);
|
||||||
}
|
}
|
||||||
|
|
||||||
return found;
|
return found;
|
||||||
|
|||||||
@@ -802,7 +802,7 @@ namespace Game
|
|||||||
if (!m_inQueue)
|
if (!m_inQueue)
|
||||||
SendAuthResponse(BattlenetRpcErrorCode.Ok, false);
|
SendAuthResponse(BattlenetRpcErrorCode.Ok, false);
|
||||||
else
|
else
|
||||||
SendAuthWaitQue(0);
|
SendAuthWaitQueue(0);
|
||||||
|
|
||||||
SetInQueue(false);
|
SetInQueue(false);
|
||||||
ResetTimeOutTime(false);
|
ResetTimeOutTime(false);
|
||||||
|
|||||||
Reference in New Issue
Block a user