fix send_function_call for JP Ep3 and v1.04
This commit is contained in:
@@ -382,6 +382,9 @@ void send_function_call(
|
||||
} else {
|
||||
crypt.encrypt(data.data(), data.size());
|
||||
}
|
||||
|
||||
w.write(data);
|
||||
data = move(w.str());
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user