Fix: Restore using founder client name as company manager name (#10535)

This commit is contained in:
dP 2023-03-04 01:04:02 +04:00 committed by GitHub
parent ec8b2836df
commit e3169c73bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -235,7 +235,7 @@ public:
{
auto args_tuple = std::forward_as_tuple(args...);
::NetworkSendCommand(Tcmd, err_message, nullptr, _current_company, EndianBufferWriter<CommandDataBuffer>::FromValue(args_tuple));
::NetworkSendCommand(Tcmd, err_message, nullptr, company, EndianBufferWriter<CommandDataBuffer>::FromValue(args_tuple));
}
/**