mirror of
https://github.com/PaperMC/Paper.git
synced 2024-11-24 19:46:21 +01:00
Fixed using custom PTAs for PlayerPortal event.
This commit is contained in:
parent
6e4b12cdf1
commit
6f8d4c3a52
@ -299,7 +299,7 @@ public class ServerConfigurationManager {
|
|||||||
|
|
||||||
Location finalLocation = event.getTo();
|
Location finalLocation = event.getTo();
|
||||||
if (event.useTravelAgent()) {
|
if (event.useTravelAgent()) {
|
||||||
finalLocation = pta.findOrCreate(finalLocation);
|
finalLocation = event.getPortalTravelAgent().findOrCreate(finalLocation);
|
||||||
}
|
}
|
||||||
toWorld = ((CraftWorld) finalLocation.getWorld()).getHandle();
|
toWorld = ((CraftWorld) finalLocation.getWorld()).getHandle();
|
||||||
this.moveToWorld(entityplayer, toWorld.dimension, finalLocation);
|
this.moveToWorld(entityplayer, toWorld.dimension, finalLocation);
|
||||||
|
Loading…
Reference in New Issue
Block a user