mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-08-06 20:43:11 +00:00
Improve hidden player matching.
Replace essentials.teleport.hidden with essentials.vanish.interact Fix perm checks in tpall and tpaall
This commit is contained in:
parent
d48c342e37
commit
66911bb0a9
18 changed files with 50 additions and 61 deletions
|
@ -39,7 +39,7 @@ public class Commandseen extends EssentialsCommand
|
|||
}
|
||||
try
|
||||
{
|
||||
User user = getPlayer(server, args, 0);
|
||||
User user = getPlayer(server, sender, args, 0);
|
||||
seenOnline(server, sender, user, showBan, extra);
|
||||
}
|
||||
catch (NoSuchFieldException e)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue