| 370 | } |
| 371 | |
| 372 | void SDKTools::OnCoreMapStart(edict_t *pEdictList, int edictCount, int clientMax) |
| 373 | { |
| 374 | InitTeamNatives(); |
| 375 | GetResourceEntity(); |
| 376 | g_Hooks.OnMapStart(); |
| 377 | } |
| 378 | |
| 379 | bool SDKTools::QueryRunning(char *error, size_t maxlength) |
| 380 | { |
no test coverage detected