| 110 | } |
| 111 | |
| 112 | void CoreConfig::OnSourceModAllInitialized() |
| 113 | { |
| 114 | rootmenu->AddRootConsoleCommand3("config", "Set core configuration options", this); |
| 115 | g_pOnServerCfg = forwardsys->CreateForward("OnServerCfg", ET_Ignore, 0, NULL); |
| 116 | g_pOnConfigsExecuted = forwardsys->CreateForward("OnConfigsExecuted", ET_Ignore, 0, NULL); |
| 117 | g_pOnAutoConfigsBuffered = forwardsys->CreateForward("OnAutoConfigsBuffered", ET_Ignore, 0, NULL); |
| 118 | } |
| 119 | |
| 120 | CoreConfig::CoreConfig() |
| 121 | { |
nothing calls this directly
no test coverage detected