Mirror von
https://github.com/IntellectualSites/FastAsyncWorldEdit.git
synchronisiert 2024-11-05 19:10:07 +01:00
Poke the Spout telporter so the correct packets are sent. Somebody should put together a better solution to this.
Dieser Commit ist enthalten in:
Ursprung
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
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren