| 266 | } |
| 267 | |
| 268 | void OnServerActivate(edict_t *pEdictList, int edictCount, int clientMax) |
| 269 | { |
| 270 | g_resourceEntity = FindResourceEntity(); |
| 271 | g_HolidayManager.OnServerActivated(); |
| 272 | } |
| 273 | |
| 274 | bool TF2Tools::ProcessCommandTarget(cmd_target_info_t *info) |
| 275 | { |
nothing calls this directly
no test coverage detected