mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-18 04:08:27 +00:00
Merge branch 'master' into bot-rewrite
This commit is contained in:
@@ -122,7 +122,7 @@ bool Client::Process() {
|
||||
|
||||
/* I haven't naturally updated my position in 10 seconds, updating manually */
|
||||
if (!IsMoving() && m_position_update_timer.Check()) {
|
||||
SentPositionPacket(0.0f, 0.0f, 0.0f, 0.0f, 0);
|
||||
BroadcastPositionUpdate();
|
||||
}
|
||||
|
||||
if (mana_timer.Check())
|
||||
|
||||
Reference in New Issue
Block a user