1
0
Fork 0

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

pull/10628/head
dP 2023-03-04 01:04:02 +04:00 committed by rubidium42
parent f1fdcd71f4
commit 330a823c3b
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));
}
/**