mirror of
https://github.com/AtlasMediaGroup/TotalFreedomMod.git
synced 2024-11-26 17:05:01 +00:00
Resolves FS-348
This commit is contained in:
parent
98921b975f
commit
466745d51f
@ -56,12 +56,9 @@ public class Command_whohas extends FreedomCommand
|
|||||||
if (player.getInventory().contains(material))
|
if (player.getInventory().contains(material))
|
||||||
{
|
{
|
||||||
players.add(player.getName());
|
players.add(player.getName());
|
||||||
if (plugin.al.isAdmin(sender))
|
if (plugin.al.isAdmin(sender) && doClear && !plugin.al.isAdmin(player))
|
||||||
{
|
{
|
||||||
if (doClear && !plugin.al.isAdmin(player))
|
player.getInventory().remove(material);
|
||||||
{
|
|
||||||
player.getInventory().remove(material);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user