mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-04-09 22:54:09 +00:00
[trunk] New permission essentials.protect.ownerinfo shows the owner of each block, was essentials.protect.admin before.
git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1158 e251c2fe-e539-e718-e476-b85c1f46cddb
This commit is contained in:
parent
70e72d7744
commit
76ba31d1a3
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ public class EssentialsProtectPlayerListener extends PlayerListener
|
|||
return;
|
||||
}
|
||||
|
||||
if (user.isAuthorized("essentials.protect.admin"))
|
||||
if (user.isAuthorized("essentials.protect.ownerinfo"))
|
||||
{
|
||||
String ownerName = spData.getBlockOwner(user.getWorld().getName(), user.getName(),
|
||||
blockClicked);
|
||||
|
|
Loading…
Reference in a new issue