mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
Another fix for CmdPage
This commit is contained in:
parent
00757677b7
commit
006681f9d0
1 changed files with 1 additions and 1 deletions
|
|
@ -1385,7 +1385,7 @@ class CmdPage(COMMAND_DEFAULT_CLASS):
|
|||
if not targets:
|
||||
# no target given - send to last person we paged
|
||||
if pages_we_sent:
|
||||
targets = pages_we_sent[-1].receivers
|
||||
targets = pages_we_sent[0].receivers
|
||||
else:
|
||||
self.msg("Who do you want page?")
|
||||
return
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue