mirror of
https://github.com/evennia/evennia.git
synced 2026-03-31 21:17:17 +02:00
Fix typo in comment.
This commit is contained in:
parent
9d3ce1e8f0
commit
ecd68ccb7d
1 changed files with 1 additions and 1 deletions
|
|
@ -199,7 +199,7 @@ def create_script(typeclass=None, key=None, obj=None, player=None, locks=None,
|
|||
"report_to":report_to}
|
||||
|
||||
# this will trigger the save signal which in turn calls the
|
||||
# at_first_save hook on the tyepclass, where the _createdict
|
||||
# at_first_save hook on the typeclass, where the _createdict
|
||||
# can be used.
|
||||
new_script.save()
|
||||
return new_script
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue