mirror of
https://github.com/TotalFreedomMC/TFGuilds.git
synced 2025-01-03 13:38:19 +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)
|
public boolean isAdmin(Player player)
|
||||||
{
|
{
|
||||||
if (getTFM() == null)
|
|
||||||
{
|
|
||||||
return player.isOp();
|
|
||||||
}
|
|
||||||
return getTFM().al.isAdmin(player);
|
return getTFM().al.isAdmin(player);
|
||||||
}
|
}
|
||||||
|
|
||||||
public boolean isAdmin(CommandSender sender)
|
public boolean isAdmin(CommandSender sender)
|
||||||
{
|
{
|
||||||
if (getTFM() == null)
|
|
||||||
{
|
|
||||||
return sender.isOp();
|
|
||||||
}
|
|
||||||
return getTFM().al.isAdmin(sender);
|
return getTFM().al.isAdmin(sender);
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in a new issue