[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:
snowleo 2011-04-08 16:35:32 +00:00
parent 70e72d7744
commit 76ba31d1a3
1 changed files with 1 additions and 1 deletions

View File

@ -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);