Skip to content

Commit d0e17ec

Browse files
authored
delete extra if statement
1 parent 98594d5 commit d0e17ec

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

src/act.informative.cpp

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1441,8 +1441,7 @@ void list_one_char(struct char_data * i, struct char_data * ch)
14411441
snprintf(ENDOF(buf), sizeof(buf) - strlen(buf), "^y...%s%s only has work for less-experienced 'runners.^n\r\n",
14421442
HSSH(i),
14431443
already_printed ? " also" : "");
1444-
if (PRF_FLAGGED(ch, PRF_FAVOURS)) {
1445-
if (PRF_FLAGGED(ch, PRF_FAVOURS))
1444+
if (PRF_FLAGGED(ch, PRF_FAVOURS)) {
14461445
snprintf(ENDOF(buf), sizeof(buf) - strlen(buf), "^y...but %s might need to call in a favor.^n\r\n",
14471446
HSSH(i));
14481447
}
@@ -8559,4 +8558,4 @@ void write_gsgp_file(int player_count, const char *path) {
85598558
fprintf(fl, "}");
85608559

85618560
fclose(fl);
8562-
}
8561+
}

0 commit comments

Comments
 (0)