mirror of
https://github.com/PaperMC/Paper.git
synced 2025-09-01 12:53:52 -07:00
SPIGOT-1903, MC-98153: Portal Location Sync Issues
By: md_5 <git@md-5.net>
This commit is contained in:
@@ -103,7 +103,7 @@
|
||||
|
||||
public void E_() {
|
||||
this.d();
|
||||
@@ -110,15 +182,21 @@
|
||||
@@ -110,21 +182,27 @@
|
||||
}
|
||||
|
||||
this.minecraftServer.methodProfiler.b();
|
||||
@@ -125,6 +125,13 @@
|
||||
this.disconnect("You have been idle for too long!");
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
- private void d() {
|
||||
+ public void d() { // PAIL: syncPosition, private->public
|
||||
this.l = this.player.locX;
|
||||
this.m = this.player.locY;
|
||||
this.n = this.player.locZ;
|
||||
@@ -138,19 +216,40 @@
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user