mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-16 18:52:22 +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:
+1
-1
@@ -1268,7 +1268,7 @@ XS(XS_Mob_SendPosUpdate)
|
||||
iSendToSelf = (uint8)SvUV(ST(1));
|
||||
}
|
||||
|
||||
THIS->SendPosUpdate(iSendToSelf);
|
||||
THIS->SendPositionUpdate(iSendToSelf);
|
||||
}
|
||||
XSRETURN_EMPTY;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user