update language field in 9E and forward it on the proxy server

This commit is contained in:
Martin Michelsen
2022-06-27 17:35:34 -07:00
parent 2bb3118c1a
commit 3b1f4f4324
4 changed files with 13 additions and 3 deletions
+2
View File
@@ -52,6 +52,7 @@ public:
GameVersion version;
uint32_t sub_version;
uint8_t language;
std::string character_name;
std::string login_command_bb;
@@ -121,6 +122,7 @@ public:
Channel&& client_channel,
std::shared_ptr<PSOBBMultiKeyDetectorEncryption> detector_crypt,
uint32_t sub_version,
uint8_t language,
const std::string& character_name);
void resume(
Channel&& client_channel,