Skip to content

Commit

Permalink
fix meta
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmonkey4eva committed Nov 29, 2016
1 parent 698a5e1 commit f5293c8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public class EntityTeleportScriptEvent extends BukkitScriptEvent implements List
// <context.origin> returns the dLocation the entity teleported from.
// <context.destination> returns the dLocation the entity teleported to.
// <context.cause> returns an Element of the teleport cause. Can be:
// COMMAND, END_PORTAL, ENDER_PEARL, NETHER_PORTAL, PLUGIN, SPECTATE, UNKNOWN, or ENTITY_TELEPORT
// COMMAND, END_PORTAL, ENDER_PEARL, NETHER_PORTAL, PLUGIN, END_GATEWAY, CHORUS_FRUIT, SPECTATE, UNKNOWN, or ENTITY_TELEPORT
//
// @Determine
// "ORIGIN:" + dLocation to change the location the entity teleported from.
Expand Down

0 comments on commit f5293c8

Please sign in to comment.