Essentials/Essentials
MD c4f10d9c1d
Fix double charge for /tpa when target has /tpauto on (#4862)
If a player uses `/tpa` to request a teleport to someone with `/tpauto` enabled, `/tpa` manually creates a charge for the teleportation.  
This PR changes the subsequent code to throw a `NoChargeException` instead of returning, meaning only the `AsyncTeleport` charge is applied, not the standard command one.

Fixes #4854.
2022-03-20 11:19:20 +00:00
..
src Fix double charge for /tpa when target has /tpauto on (#4862) 2022-03-20 11:19:20 +00:00
build.gradle Migrate reflection in MetaItemStack to a provider (#4592) 2021-10-24 15:17:06 +01:00