| 300 | } |
| 301 | |
| 302 | void playerinfolocal(const char *attr) |
| 303 | { |
| 304 | int cn = -1; |
| 305 | playerinfo(&cn, attr); |
| 306 | } |
| 307 | |
| 308 | COMMANDN(player, playerinfo, "is"); |
| 309 | COMMANDN(player1, playerinfolocal, "s"); |
nothing calls this directly
no test coverage detected