mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-12-23 09:47:38 +00:00
Poke the Spout telporter so the correct packets are sent. Somebody should put together a better solution to this.
This commit is contained in:
parent
7dafb50999
commit
af784c0ee2
@ -114,6 +114,7 @@ public class SpoutPlayer extends LocalPlayer {
|
|||||||
entity.setPosition(SpoutUtil.toPoint(entity.getWorld(), pos));
|
entity.setPosition(SpoutUtil.toPoint(entity.getWorld(), pos));
|
||||||
entity.setPitch(pitch);
|
entity.setPitch(pitch);
|
||||||
entity.setYaw(yaw);
|
entity.setYaw(yaw);
|
||||||
|
player.getNetworkSynchronizer().setPositionDirty();
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
Loading…
Reference in New Issue
Block a user