* Callback function for admin command to kick client. * @param confirmed Iff the user pressed Yes. */
| 1292 | * @param confirmed Iff the user pressed Yes. |
| 1293 | */ |
| 1294 | static void AdminClientKickCallback(Window *, bool confirmed) |
| 1295 | { |
| 1296 | if (confirmed) NetworkServerKickClient(_admin_client_id, {}); |
| 1297 | } |
| 1298 | |
| 1299 | /** |
| 1300 | * Callback function for admin command to ban client. |
nothing calls this directly
no test coverage detected