| 326 | } |
| 327 | |
| 328 | String ClientCommandProcessor::suicide() { |
| 329 | m_universeClient->mainPlayer()->kill(); |
| 330 | return "You are now dead"; |
| 331 | } |
| 332 | |
| 333 | String ClientCommandProcessor::naked() { |
| 334 | auto playerInventory = m_universeClient->mainPlayer()->inventory(); |
nothing calls this directly
no test coverage detected