diff --git a/source-code/source/plugins/ShaderPatch/src/dllmain.cpp b/source-code/source/plugins/ShaderPatch/src/dllmain.cpp index ff325e6..e82d648 100644 --- a/source-code/source/plugins/ShaderPatch/src/dllmain.cpp +++ b/source-code/source/plugins/ShaderPatch/src/dllmain.cpp @@ -127,6 +127,7 @@ void LoadConfig() else if (rule.size() >= 3 && rule.rfind("to:", 0) == 0) { rule.erase(0, 3); + rule = StringReplace(rule, "\\n", "\n"); patch.dataReplace = rule; } }