Codechange: rename ClientIndex to ClientPoolID

This commit is contained in:
Rubidium
2025-02-01 10:23:36 +01:00
committed by rubidium42
parent 50e581cd31
commit 2c7b3bb55d
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -872,7 +872,7 @@ CommandCost CmdCompanyCtrl(DoCommandFlag flags, CompanyCtrlAction cca, CompanyID
/* This command is only executed in a multiplayer game */
if (!_networking) return CMD_ERROR;
/* Has the network client a correct ClientIndex? */
/* Has the network client a correct ClientID? */
if (!(flags & DC_EXEC)) return CommandCost();
NetworkClientInfo *ci = NetworkClientInfo::GetByClientID(client_id);