Fixed using custom PTAs for PlayerPortal event.

This commit is contained in:
EvilSeph 2011-08-27 00:46:37 -04:00
parent 6e4b12cdf1
commit 6f8d4c3a52

View File

@ -299,7 +299,7 @@ public class ServerConfigurationManager {
Location finalLocation = event.getTo();
if (event.useTravelAgent()) {
finalLocation = pta.findOrCreate(finalLocation);
finalLocation = event.getPortalTravelAgent().findOrCreate(finalLocation);
}
toWorld = ((CraftWorld) finalLocation.getWorld()).getHandle();
this.moveToWorld(entityplayer, toWorld.dimension, finalLocation);