mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-07-22 21:43:41 +00:00
Should fix tpaccept charge bug - needs testing
This commit is contained in:
parent
afccda6350
commit
4bf0d3ab24
1 changed files with 1 additions and 0 deletions
|
@ -72,5 +72,6 @@ public class Commandtpaccept extends EssentialsCommand
|
|||
target.getTeleport().teleport(user, charge, TeleportCause.COMMAND);
|
||||
}
|
||||
user.requestTeleport(null, false);
|
||||
throw new NoChargeException();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue