diff --git a/tf2_voice_ban_bots.py b/tf2_voice_ban_bots.py index ad1aed8..16e344b 100644 --- a/tf2_voice_ban_bots.py +++ b/tf2_voice_ban_bots.py @@ -95,8 +95,6 @@ for player in range(0, len(players)): players_as_string = "\x01\0\0\0" + ''.join(players) #this is how the voice_ban.dt file is patterned -print(players_as_string) - print(f"{format(len(players), ',d')} muted players in total. Removed {dupe_number} duplicates.") writetofile = None