From 3dba299252839ae09d23ac307f876ffd1dfebb14 Mon Sep 17 00:00:00 2001 From: Michael Ortmann <41313082+michaelortmann@users.noreply.github.com> Date: Sat, 22 Jun 2024 22:55:47 +0200 Subject: [PATCH] Doc --- src/mod/share.mod/uf_features.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mod/share.mod/uf_features.c b/src/mod/share.mod/uf_features.c index 5d0745448..e5f06c567 100644 --- a/src/mod/share.mod/uf_features.c +++ b/src/mod/share.mod/uf_features.c @@ -252,8 +252,8 @@ static void uf_features_parse(int idx, char *par) /* Is the feature available and active? */ ul = uff_findentry_byname(feature); if (ul && (ul->entry->ask_func == NULL || ul->entry->ask_func(idx))) { - /* Add feature to list */ dcc[idx].u.bot->uff_flags |= ul->entry->flag; /* Set flag */ + /* Add feature to list */ if (dcc[idx].u.bot->numver >= 1090507) { if (len) uff_sbuf[len++] = ' ';