mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-02-12 04:20:41 +00:00
Fix tpo syntax error.
This commit is contained in:
parent
c7638efc7e
commit
1101a3243d
1 changed files with 1 additions and 0 deletions
|
@ -34,6 +34,7 @@ public class Commandtpo extends EssentialsCommand
|
|||
}
|
||||
user.sendMessage(_("teleporting"));
|
||||
user.getTeleport().now(player, false, TeleportCause.COMMAND);
|
||||
break;
|
||||
|
||||
default:
|
||||
if (!user.isAuthorized("essentials.tp.others"))
|
||||
|
|
Loading…
Reference in a new issue