* Notify the server of this client wanting to be moved to another company. * @param company_id id of the company the client wishes to be moved to. */
| 1212 | * @param company_id id of the company the client wishes to be moved to. |
| 1213 | */ |
| 1214 | void NetworkClientRequestMove(CompanyID company_id) |
| 1215 | { |
| 1216 | MyClient::SendMove(company_id); |
| 1217 | } |
| 1218 | |
| 1219 | /** |
| 1220 | * Move the clients of a company to the spectators. |
no outgoing calls
no test coverage detected