fixed renameAccount function (merging mode)
[NeonServV5.git] / src / modcmd.c
index e19d261318cd71f169f894bee1efc2a1ea5259c8..5837d33983eeab109d08289330cd6ccccd30265b 100644 (file)
@@ -237,8 +237,7 @@ static void handle_command(struct ClientSocket *client, struct UserNode *user, s
                 if(cbind == NULL) break;
             } else if(cbind->flags & CMDFLAG_SUB_LINKER)
                 cbind = modcmd_sub_linker_command(client, textclient, user, cbind, bind_index, &args);
-            if(statistics_enabled)
-                statistics_commands++;
+            statistics_commands++;
             total_triggered++;
             cbind->triggered++;
             if((BIND_FLAGS(cbind) & CMDFLAG_FUNCMD)) {