mirror of
https://github.com/evennia/evennia.git
synced 2026-03-30 20:47:17 +02:00
Changed object.msg() to relay directly to connected session rather than via the player.msg() method.
This commit is contained in:
parent
dd27b4b77d
commit
4659ddbfc3
7 changed files with 37 additions and 56 deletions
|
|
@ -215,7 +215,6 @@ def format_script_list(scripts):
|
|||
for script in scripts:
|
||||
nextrep = script.time_until_next_repeat()
|
||||
print type(script),
|
||||
print script.key
|
||||
table.add_row([script.id,
|
||||
script.obj.key if (hasattr(script, 'obj') and script.obj) else "<Global>",
|
||||
script.key,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue