mirror of
https://github.com/EQEmu/Server.git
synced 2026-01-08 15:33:53 +00:00
Merge pull request #516 from ngdeao/master
Fix for RoF2 clients connecting and sometimes not appearing in the zone to others.
This commit is contained in:
commit
9673d8c34d
@ -1004,7 +1004,8 @@ void Client::Handle_Connect_OP_ClientError(const EQApplicationPacket *app)
|
||||
void Client::Handle_Connect_OP_ClientReady(const EQApplicationPacket *app)
|
||||
{
|
||||
conn_state = ClientReadyReceived;
|
||||
|
||||
if (!Spawned())
|
||||
SendZoneInPackets();
|
||||
CompleteConnect();
|
||||
SendHPUpdate();
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user