| 286 | COMMAND(current_version, "s"); |
| 287 | |
| 288 | void cleanupclient() |
| 289 | { |
| 290 | abortconnect(); |
| 291 | disconnect(1); |
| 292 | if(clienthost) |
| 293 | { |
| 294 | enet_host_destroy(clienthost); |
| 295 | clienthost = NULL; |
| 296 | } |
| 297 | } |
| 298 | |
| 299 | // collect c2s messages conveniently |
| 300 |
no test coverage detected