mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-16 22:58:34 +00:00
Client position updates should be smoother (granted the client has a good connection)
Clients should also no longer randomly disappear
This commit is contained in:
+2
-2
@@ -1589,7 +1589,7 @@ void Merc::AI_Process() {
|
||||
}
|
||||
|
||||
if(IsMoving())
|
||||
SendPosUpdate();
|
||||
SendPositionUpdate();
|
||||
else
|
||||
SendPosition();
|
||||
}
|
||||
@@ -1714,7 +1714,7 @@ void Merc::AI_Process() {
|
||||
}
|
||||
|
||||
if(IsMoving())
|
||||
SendPosUpdate();
|
||||
SendPositionUpdate();
|
||||
else
|
||||
SendPosition();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user