mirror of
https://github.com/EssentialsX/Essentials.git
synced 2024-11-19 00:55:32 +01:00
Fix tpo syntax error.
This commit is contained in:
parent
c7638efc7e
commit
1101a3243d
@ -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 New Issue
Block a user