mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-29 05:41:29 +00:00
Fix for RoF2 clients connecting and don't appear in the zone to others.
This commit is contained in:
parent
149a3c2e82
commit
096dd21234
@ -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