* Send a remote console command. * @param password The password. * @param command The command to execute. */
| 1203 | * @param command The command to execute. |
| 1204 | */ |
| 1205 | void NetworkClientSendRcon(std::string_view password, std::string_view command) |
| 1206 | { |
| 1207 | MyClient::SendRCon(password, command); |
| 1208 | } |
| 1209 | |
| 1210 | /** |
| 1211 | * Notify the server of this client wanting to be moved to another company. |