Skip to content

Commit

Permalink
Removed erroneous break statement in vnum obj affflag
Browse files Browse the repository at this point in the history
  • Loading branch information
luciensadi committed Nov 9, 2023
1 parent d778298 commit 901bcb6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/db.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3775,7 +3775,6 @@ int vnum_object_affflag(int type, struct char_data * ch)
obj_proto[nr].source_info ? " ^g(canon)^n" : "");
send_to_char(buf, ch);
found++;
break;
}
return (found);
}
Expand Down

0 comments on commit 901bcb6

Please sign in to comment.