Multiverse / Multiverse-NetherPortals

A Plugin for Multiverse-Core that handles the Notch style nether portals across multiple worlds.
BSD 3-Clause "New" or "Revised" License
79 stars 52 forks source link

Fix wrong destination for entity portal teleport #269

Closed benwoo1110 closed 2 months ago

benwoo1110 commented 2 months ago

Previously toLocation and toWorld is used to create the new destination portal which is wrong, as that is the original value by the event, and not the new location by the np-portal linking. Renamed the variables to clearly reflect if the variable is the original or new location.