diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/inspircd.cpp | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/src/inspircd.cpp b/src/inspircd.cpp index 2c18f8d35..afdb2f82b 100644 --- a/src/inspircd.cpp +++ b/src/inspircd.cpp @@ -5658,13 +5658,9 @@ int InspIRCd(void) count2->second->lastping = 0; count2->second->nping = time(NULL)+120; } - count2++; - total_in_this_set++; - } - else - { - count2++; } + count2++; + total_in_this_set++; } else break; } |