mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-05 18:56:49 +01:00
Fix: Restore using founder client name as company manager name (#10535)
This commit is contained in:
parent
ec8b2836df
commit
e3169c73bd
@ -235,7 +235,7 @@ public:
|
|||||||
{
|
{
|
||||||
auto args_tuple = std::forward_as_tuple(args...);
|
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));
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user