mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-11-12 23:43:33 +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.setPitch(pitch);
|
||||
entity.setYaw(yaw);
|
||||
player.getNetworkSynchronizer().setPositionDirty();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Loading…
Reference in New Issue
Block a user