mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
Fix weighted_rows() sometimes 'losing' items
This commit is contained in:
parent
a1023ebc7e
commit
03e6f6811c
1 changed files with 1 additions and 1 deletions
|
|
@ -2070,7 +2070,7 @@ def format_grid(elements, width=78, sep=" ", verbatim_elements=None, line_prefi
|
|||
else:
|
||||
row += " " * max(0, width - lrow)
|
||||
rows.append(row)
|
||||
row = ""
|
||||
row = element
|
||||
ic = 0
|
||||
else:
|
||||
# add a new slot
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue