| 159 | static int32_t last_resurrect_tick = 0; |
| 160 | |
| 161 | void ClearData() { |
| 162 | ChannelManager::Get().destroy_groups(); |
| 163 | dignow_queue.clear(); |
| 164 | last_safe.clear(); |
| 165 | endangered_units.clear(); |
| 166 | active_workers.clear(); |
| 167 | active_jobs.clear(); |
| 168 | job_id_map.clear(); |
| 169 | } |
| 170 | |
| 171 | void SaveSettings() { |
| 172 | if (pfeature.isValid() && psetting.isValid()) { |
no test coverage detected