| 693 | COMMAND(getdemo, "is"); |
| 694 | |
| 695 | void listdemos() |
| 696 | { |
| 697 | if(!multiplayer(NULL)) |
| 698 | { |
| 699 | conoutf("\f3Listing demos from server is not available in singleplayer"); |
| 700 | return; |
| 701 | } |
| 702 | conoutf("listing demos..."); |
| 703 | addmsg(SV_LISTDEMOS, "r"); |
| 704 | } |
| 705 | COMMAND(listdemos, ""); |
| 706 | |
| 707 | void shiftgametime(int newmillis) |
nothing calls this directly
no test coverage detected