the #wizlevelport command - level teleport */
| 396 | |
| 397 | /* the #wizlevelport command - level teleport */ |
| 398 | int |
| 399 | wiz_level_tele(void) |
| 400 | { |
| 401 | if (wizard) |
| 402 | level_tele(); |
| 403 | else |
| 404 | pline(unavailcmd, ecname_from_fn(wiz_level_tele)); |
| 405 | return ECMD_OK; |
| 406 | } |
| 407 | |
| 408 | RESTORE_WARNING_FORMAT_NONLITERAL |
| 409 |
nothing calls this directly
no test coverage detected