mirror of
https://github.com/plexusorg/Plex.git
synced 2024-12-22 17:17:37 +00:00
Remove debug line
This commit is contained in:
parent
16e29b80a7
commit
ed70a0ec8b
@ -29,7 +29,6 @@ public class CommandListener extends PlexListener
|
|||||||
return player.isCommandSpy() && hasCommandSpy(plugin.getPlayerCache().getPlexPlayer(pl.getUniqueId()));
|
return player.isCommandSpy() && hasCommandSpy(plugin.getPlayerCache().getPlexPlayer(pl.getUniqueId()));
|
||||||
}).forEach(pl ->
|
}).forEach(pl ->
|
||||||
{
|
{
|
||||||
System.out.println("Sending to " + pl.getUniqueId());
|
|
||||||
Player player = event.getPlayer();
|
Player player = event.getPlayer();
|
||||||
String command = event.getMessage();
|
String command = event.getMessage();
|
||||||
if (!pl.getUniqueId().equals(player.getUniqueId()))
|
if (!pl.getUniqueId().equals(player.getUniqueId()))
|
||||||
|
Loading…
Reference in New Issue
Block a user