| 91 | void Hook_ExecDispatchPost(const CCommand &cmd) |
| 92 | #else |
| 93 | void Hook_ExecDispatchPost() |
| 94 | #endif |
| 95 | { |
| 96 | if (g_bGotTrigger) |
| 97 | { |
| 98 | g_bGotTrigger = false; |
| 99 | g_bServerExecd = true; |
| 100 | CheckAndFinalizeConfigs(); |
| 101 | } |
| 102 | } |
| 103 | |
| 104 | void CheckAndFinalizeConfigs() |
| 105 | { |
nothing calls this directly
no test coverage detected