forked from xjboss/KCauldronX
Initial commit (Forge 1291).
This commit is contained in:
@ -0,0 +1,17 @@
|
||||
--- ../src-base/minecraft/org/bukkit/event/player/PlayerTeleportEvent.java
|
||||
+++ ../src-work/minecraft/org/bukkit/event/player/PlayerTeleportEvent.java
|
||||
@@ -55,7 +55,14 @@
|
||||
* portal
|
||||
*/
|
||||
END_PORTAL,
|
||||
+ // Cauldron start - added cause for mods
|
||||
/**
|
||||
+ * Indicates the teleportation was caused by a player entering a
|
||||
+ * Mod portal
|
||||
+ */
|
||||
+ MOD,
|
||||
+ // Cauldron end
|
||||
+ /**
|
||||
* Indicates the teleportation was caused by an event not covered by
|
||||
* this enum
|
||||
*/
|
Reference in New Issue
Block a user