feat: log blacklisted player

This commit is contained in:
2026-04-10 15:43:25 +02:00
parent 6e971941f8
commit c8ccf31583
4 changed files with 9 additions and 7 deletions
+1
View File
@@ -178,6 +178,7 @@ class PlayerMonitor:
if not hint_active and any(
x.lower() in name.lower() for x in self._player_blacklist
):
logger.info(f"Excluding blacklisted player: {name}")
continue
if not self._target.allows(name):
continue