From 6d6d25417bb2d9d1aa2ee9972757b91ba917e494 Mon Sep 17 00:00:00 2001 From: Tindy X <49061470+tindy2013@users.noreply.github.com> Date: Tue, 31 Dec 2019 23:50:16 +0800 Subject: [PATCH] Fix a bug that when update_ruleset_on_request is set to true, rules will be missing in exported Clash/R and Mellow configurations --- src/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main.cpp b/src/main.cpp index b61ac7a..a53f901 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -373,7 +373,7 @@ std::string subconverter(RESPONSE_CALLBACK_ARGS) if(target == "clash" || target == "clashr") { std::cerr<<"Clash"<<((target == "clashr") ? "R" : "")<