FallenMoonNetwork / CanaryMod

Server administration mod and API for Minecraft beta multiplayer server
http://canarymod.net
GNU Lesser General Public License v3.0
20 stars 14 forks source link

added 'Location goingTo' to onPortalUse #105

Closed darkdiplomat closed 11 years ago

darkdiplomat commented 11 years ago

Gets the location the player will end up by using the portal

darkdiplomat commented 11 years ago

oops, I missed something. The 'i' variable on line 290 and 301 in OEntityPlayerMP should have been dimensionTo

darkdiplomat commented 11 years ago

I figured out I could fix my mistake and have it show in the pull request.