Skip to content

Commit 8f0153c

Browse files
committed
Fixed bug where NoteHr() would not draw anything
1 parent 3ab1b48 commit 8f0153c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ProcessPreviousLine.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@ assemble the full text of the original line.
432432
// nb. if you get tempted to you will get a stack overflow when
433433
// a trigger does a world.note
434434

435-
if (flags & NOTE_OR_COMMAND)
435+
if (flags & (NOTE_OR_COMMAND | HORIZ_RULE))
436436
return false; // done all we need to do, unless input from MUD
437437

438438
// We can be in a plugin if we had a prompt, which was not terminated, then

0 commit comments

Comments
 (0)