| 823 | } |
| 824 | |
| 825 | void SM_InternalCmdTrigger() |
| 826 | { |
| 827 | /* Order is important here. We need to buffer things before we send the command out. */ |
| 828 | g_pOnAutoConfigsBuffered->Execute(NULL); |
| 829 | engine->ServerCommand("sm_internal 1\n"); |
| 830 | g_PendingInternalPush = false; |
| 831 | } |
| 832 | |
| 833 | CON_COMMAND(sm_internal, "") |
| 834 | { |
no test coverage detected