We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a57d7d2 commit e183fe3Copy full SHA for e183fe3
1 file changed
load/dmbase.js
@@ -645,8 +645,11 @@ msg_base = {
645
if (forward) {inc = 1;} else {inc = -1;}
646
647
// if starting in reverse from the room prompt, unskip one message
648
- if (!forward) tmpPtr += 1; // so we start with the most recently read
649
- // message. In all other cases we want to skip one.
+ if (!forward) {
+ tmpPtr += 1; // so we start with the most recently read
650
+ // message. In all other cases we want to skip one.
651
+ }
652
+
653
654
if (userSettings.debug.message_scan) {
655
console.putmsg("Inc: " + inc + "\tbased on forward\n");
0 commit comments