From 8847ed23b4c0ff4f1b7cc9e3c6a3d96f4a37f13d Mon Sep 17 00:00:00 2001 From: Josh Cooper Date: Tue, 8 Nov 2022 11:46:01 -0800 Subject: [PATCH] Implements plugin: channel-safely v0.6.1.1 --- plugins/channel-safely/channel-safely-plugin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/channel-safely/channel-safely-plugin.cpp b/plugins/channel-safely/channel-safely-plugin.cpp index 8c1700b69..bfb99b463 100644 --- a/plugins/channel-safely/channel-safely-plugin.cpp +++ b/plugins/channel-safely/channel-safely-plugin.cpp @@ -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); }