mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-05-20 08:26:59 -04:00
Got warp working. BROKE ACTOR SPAWNING!
This commit is contained in:
@@ -101,11 +101,13 @@ namespace FFXIVClassic_Map_Server.dataobjects
|
||||
|
||||
public void updatePlayerActorPosition(float x, float y, float z, float rot, ushort moveState)
|
||||
{
|
||||
/*
|
||||
playerActor.positionX = x;
|
||||
playerActor.positionY = y;
|
||||
playerActor.positionZ = z;
|
||||
playerActor.rotation = rot;
|
||||
playerActor.moveState = moveState;
|
||||
*/
|
||||
}
|
||||
|
||||
public void sendMotd()
|
||||
|
Reference in New Issue
Block a user