mirror of
https://github.com/evennia/evennia.git
synced 2026-03-26 01:36:32 +01:00
Fixing issue with an EvTable call.
This commit is contained in:
parent
eeed7a72b2
commit
3b39e818ab
1 changed files with 1 additions and 1 deletions
|
|
@ -293,7 +293,7 @@ def format_script_list(scripts):
|
|||
if not scripts:
|
||||
return "<No scripts>"
|
||||
|
||||
table = self.style_table("|wdbref|n", "|wobj|n", "|wkey|n", "|wintval|n", "|wnext|n",
|
||||
table = EvTable("|wdbref|n", "|wobj|n", "|wkey|n", "|wintval|n", "|wnext|n",
|
||||
"|wrept|n", "|wdb", "|wtypeclass|n", "|wdesc|n",
|
||||
align='r', border="tablecols")
|
||||
for script in scripts:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue