diff --git a/src/table.py b/src/table.py index 342bddb..d77f121 100644 --- a/src/table.py +++ b/src/table.py @@ -26,7 +26,7 @@ def __init__(self, config, chatlog, log): self.log = log self.rich_table = RichTable() self.col_flags = [ - True, # Party + False, # Party True, # Agent True, # Name bool(config.table.get("skin", True)), # Skin