Add blank line before IF mode prompt to match dfrotz
This commit is contained in:
parent
f8e9ae0acc
commit
108091bfae
1 changed files with 1 additions and 1 deletions
|
|
@ -315,7 +315,7 @@ async def shell(
|
|||
if player.mode == "editor" and player.editor:
|
||||
_writer.write(f" {player.editor.cursor + 1}> ")
|
||||
elif player.mode == "if" and player.if_session:
|
||||
_writer.write("> ")
|
||||
_writer.write("\r\n> ")
|
||||
else:
|
||||
_writer.write("mud> ")
|
||||
await _writer.drain()
|
||||
|
|
|
|||
Loading…
Reference in a new issue