mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-07-23 05:53:54 +00:00
Fix: No cooldown for all /tpo commands
TP-Delay: Player can move around roughly in the 9 blocks surrounding them.
This commit is contained in:
parent
914a44007d
commit
335c9f37ab
5 changed files with 17 additions and 13 deletions
|
@ -45,7 +45,7 @@ public class Commandtpall extends EssentialsCommand
|
|||
}
|
||||
try
|
||||
{
|
||||
u.getTeleport().now(p);
|
||||
u.getTeleport().now(p, false);
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue