Implements plugin: channel-safely v0.6.1.1

develop
Josh Cooper 2022-11-08 11:46:01 -08:00
parent a9f0021927
commit 8847ed23b4
1 changed files with 1 additions and 1 deletions

@ -244,9 +244,9 @@ namespace CSP {
ChannelManager::Get().debug();
} else {
// the tile is unchanged
ERR(jobs).print(" -> (" COORD ") stopped working but (" COORD ") doesn't appear done.\n",COORDARGS(worker->pos), COORDARGS(job->pos));
df::unit* worker = active_workers[job->id];
endangered_workers.emplace(active_workers[job->id]);
ERR(jobs).print(" -> (" COORD ") stopped working but (" COORD ") doesn't appear done.\n",COORDARGS(worker->pos), COORDARGS(job->pos));
if (config.insta_dig) {
dignow_queue.emplace(job->pos);
}