mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-19 21:48:25 +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:
+3
-3
@@ -2172,7 +2172,7 @@ void Bot::AI_Process() {
|
||||
}
|
||||
|
||||
if(IsMoving())
|
||||
SendPosUpdate();
|
||||
SendPositionUpdate();
|
||||
else
|
||||
SendPosition();
|
||||
}
|
||||
@@ -2383,7 +2383,7 @@ void Bot::AI_Process() {
|
||||
|
||||
// TODO: Test RuleB(Bots, UpdatePositionWithTimer)
|
||||
if(IsMoving())
|
||||
SendPosUpdate();
|
||||
SendPositionUpdate();
|
||||
else
|
||||
SendPosition();
|
||||
}
|
||||
@@ -2505,7 +2505,7 @@ void Bot::AI_Process() {
|
||||
}
|
||||
|
||||
if(IsMoving())
|
||||
SendPosUpdate();
|
||||
SendPositionUpdate();
|
||||
else
|
||||
SendPosition();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user