From 8571671479e1d8889d36670d1ba1b4d4d8fe68f1 Mon Sep 17 00:00:00 2001 From: Test_User Date: Wed, 24 Jul 2024 03:19:31 -0400 Subject: This is what was intended --- protocols/inspircd3.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protocols/inspircd3.c b/protocols/inspircd3.c index 47e880c..7457938 100644 --- a/protocols/inspircd3.c +++ b/protocols/inspircd3.c @@ -1730,7 +1730,7 @@ int inspircd3_protocol_handle_fjoin(struct string source, size_t argc, struct st return 0; inspircd3_protocol_handle_fjoin_reset_member_ids: - for (size_t x = n; n > 0;) { + for (size_t x = n; x > 0;) { x--; struct inspircd3_protocol_specific_user *this = users[x]->protocol_specific[INSPIRCD3_PROTOCOL]; if (members[user_count + x]) -- cgit v1.2.3