fix send_function_call for JP Ep3 and v1.04

This commit is contained in:
Martin Michelsen
2023-01-26 19:27:25 -08:00
parent c39e60af8b
commit 8cf11b3c48
2 changed files with 5 additions and 1 deletions
+3
View File
@@ -382,6 +382,9 @@ void send_function_call(
} else {
crypt.encrypt(data.data(), data.size());
}
w.write(data);
data = move(w.str());
}
}