mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
fix typo
This commit is contained in:
parent
610a068c92
commit
bbad813448
1 changed files with 1 additions and 1 deletions
|
|
@ -212,7 +212,7 @@ class ReportCmdBase(_DEFAULT_COMMAND_CLASS):
|
|||
receivers.append(target)
|
||||
|
||||
if self.create_report(
|
||||
self.account, self.message, receivers=receivers, locks=self.report_locks, tags=["report"]
|
||||
self.account, self.report_message, receivers=receivers, locks=self.report_locks, tags=["report"]
|
||||
):
|
||||
# the report Msg was successfully created
|
||||
self.msg(self.success_msg)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue