allow admins to see eachothers command's

This commit is contained in:
Lemon
2018-04-12 23:15:16 +05:00
committed by GitHub
parent b402987e41
commit 200a856413

View File

@ -27,11 +27,6 @@ public class CommandSpy extends FreedomService
@EventHandler(priority = EventPriority.MONITOR)
public void onPlayerCommandPreprocess(PlayerCommandPreprocessEvent event)
{
if (plugin.al.isAdmin(event.getPlayer()))
{
return;
}
for (Player player : server.getOnlinePlayers())
{
if (plugin.al.isAdmin(player) && plugin.pl.getPlayer(player).cmdspyEnabled())