mirror of
https://github.com/TotalFreedomMC/TFGuilds.git
synced 2024-12-22 16:05:00 +00:00
oh yeah forgot to remove this
This commit is contained in:
parent
121d569721
commit
75de056e38
1 changed files with 0 additions and 8 deletions
|
@ -39,19 +39,11 @@ public class TFMBridge
|
|||
|
||||
public boolean isAdmin(Player player)
|
||||
{
|
||||
if (getTFM() == null)
|
||||
{
|
||||
return player.isOp();
|
||||
}
|
||||
return getTFM().al.isAdmin(player);
|
||||
}
|
||||
|
||||
public boolean isAdmin(CommandSender sender)
|
||||
{
|
||||
if (getTFM() == null)
|
||||
{
|
||||
return sender.isOp();
|
||||
}
|
||||
return getTFM().al.isAdmin(sender);
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue