mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
parent
7a7416b084
commit
4fba0fde64
1 changed files with 1 additions and 1 deletions
|
|
@ -1187,7 +1187,7 @@ class CmdTunnel(COMMAND_DEFAULT_CLASS):
|
|||
backstring = f", {backname};{backshort}"
|
||||
|
||||
# build the string we will use to call dig
|
||||
digstring = f"dig{telswitch} {roomname} = {exitname};{exitshort}{backstring}"
|
||||
digstring = f"@dig{telswitch} {roomname} = {exitname};{exitshort}{backstring}"
|
||||
self.execute_cmd(digstring)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue