mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-10 10:17:38 +01:00
Add TeleportCause.COMMAND for inbuilt /tp
By: md_5 <git@md-5.net>
This commit is contained in:
parent
1c486f86db
commit
f37ad64b75
@ -22,6 +22,15 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -107,7 +101,7 @@
|
||||
}
|
||||
|
||||
entity.stopRiding();
|
||||
- ((EntityPlayer) entity).playerConnection.a(commandabstract_commandnumber.b(), commandabstract_commandnumber1.b(), commandabstract_commandnumber2.b(), f, f1, enumset);
|
||||
+ ((EntityPlayer) entity).playerConnection.a(commandabstract_commandnumber.b(), commandabstract_commandnumber1.b(), commandabstract_commandnumber2.b(), f, f1, enumset, org.bukkit.event.player.PlayerTeleportEvent.TeleportCause.COMMAND); // CraftBukkit
|
||||
entity.h(f);
|
||||
} else {
|
||||
float f2 = (float) MathHelper.g(commandabstract_commandnumber3.a());
|
||||
@@ -126,10 +120,17 @@
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user