Remove debug message
This commit is contained in:
parent
cc0118f079
commit
edf6bd47f0
1 changed files with 0 additions and 1 deletions
|
|
@ -403,7 +403,6 @@ public class DynmapPlugin extends JavaPlugin implements DynmapAPI {
|
||||||
if(p.isBanned())
|
if(p.isBanned())
|
||||||
return false;
|
return false;
|
||||||
boolean rslt = permissions.hasOfflinePermission(player, perm);
|
boolean rslt = permissions.hasOfflinePermission(player, perm);
|
||||||
Log.info(player + ".checkPlayerPermission(" + perm + ")=" + rslt);
|
|
||||||
return rslt;
|
return rslt;
|
||||||
}
|
}
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue