@@ -9,9 +9,9 @@
|
||||
}
|
||||
|
||||
if (collection.size() == 1) {
|
||||
@@ -116,9 +116,9 @@
|
||||
if (entity instanceof EntityPlayer) {
|
||||
entity.stopRiding();
|
||||
@@ -120,9 +120,9 @@
|
||||
}
|
||||
|
||||
if (worldserver == entity.world) {
|
||||
- ((EntityPlayer) entity).playerConnection.a(d0, d1, d2, f, f1, set);
|
||||
+ ((EntityPlayer) entity).playerConnection.a(d0, d1, d2, f, f1, set, org.bukkit.event.player.PlayerTeleportEvent.TeleportCause.COMMAND); // CraftBukkit
|
||||
|
||||
Reference in New Issue
Block a user