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:
snowleo 2011-07-02 13:12:10 +02:00
parent 914a44007d
commit 335c9f37ab
5 changed files with 17 additions and 13 deletions

View file

@ -45,7 +45,7 @@ public class Commandtpall extends EssentialsCommand
}
try
{
u.getTeleport().now(p);
u.getTeleport().now(p, false);
}
catch (Exception ex)
{