diff --git a/plugin/src/main/java/net/aufdemrand/denizen/events/entity/EntityTeleportScriptEvent.java b/plugin/src/main/java/net/aufdemrand/denizen/events/entity/EntityTeleportScriptEvent.java index 3ef0a806c2..c910fbd637 100644 --- a/plugin/src/main/java/net/aufdemrand/denizen/events/entity/EntityTeleportScriptEvent.java +++ b/plugin/src/main/java/net/aufdemrand/denizen/events/entity/EntityTeleportScriptEvent.java @@ -35,7 +35,7 @@ public class EntityTeleportScriptEvent extends BukkitScriptEvent implements List // returns the dLocation the entity teleported from. // returns the dLocation the entity teleported to. // 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.