mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-08-24 18:10:51 +02:00
fixed crash on updating controller for npcs
- fixed updating player movement
This commit is contained in:
parent
62055eff04
commit
e56238a10c
4 changed files with 8 additions and 5 deletions
|
@ -161,8 +161,6 @@ namespace FFXIVClassic_Map_Server.Actors
|
|||
|
||||
public void UpdateActorPosition(Actor actor)
|
||||
{
|
||||
this.hasMoved = true;
|
||||
|
||||
int gridX = (int)actor.positionX / boundingGridSize;
|
||||
int gridY = (int)actor.positionZ / boundingGridSize;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue