diff --git a/plugins/shareddllproxy/aspatch.cpp b/plugins/shareddllproxy/aspatch.cpp index beda3b07..b59245da 100644 --- a/plugins/shareddllproxy/aspatch.cpp +++ b/plugins/shareddllproxy/aspatch.cpp @@ -212,7 +212,7 @@ public: { auto trans=findtranslation(text); Luna_embedcallback(pid,text.c_str(),trans.c_str()); - break; + } } }