mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-02-12 12:23:59 +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.sendMessage(_("teleporting"));
|
||||||
user.getTeleport().now(player, false, TeleportCause.COMMAND);
|
user.getTeleport().now(player, false, TeleportCause.COMMAND);
|
||||||
|
break;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
if (!user.isAuthorized("essentials.tp.others"))
|
if (!user.isAuthorized("essentials.tp.others"))
|
||||||
|
|
Loading…
Reference in a new issue