1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-24 15:09:10 +00:00

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 rubidium42
parent f1fdcd71f4
commit 330a823c3b

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));
}
/**