mirror of
https://github.com/Zrips/Jobs.git
synced 2025-01-02 14:29:07 +01:00
Fixed typo in the command logs for other permission (#1079)
This commit is contained in:
parent
5d90a00ea2
commit
cfd7f251ef
@ -35,7 +35,7 @@ public class log implements Cmd {
|
||||
if (args.length == 0)
|
||||
JPlayer = Jobs.getPlayerManager().getJobsPlayer((Player) sender);
|
||||
else if (args.length == 1) {
|
||||
if (!Jobs.hasPermission(sender, "jobs.commands.log.others", true))
|
||||
if (!Jobs.hasPermission(sender, "jobs.command.log.others", true))
|
||||
return true;
|
||||
|
||||
JPlayer = Jobs.getPlayerManager().getJobsPlayer(args[0]);
|
||||
|
Loading…
Reference in New Issue
Block a user