|
|
|
@ -184,7 +184,7 @@ DFhackCExport command_result plugin_onupdate(color_ostream &out) {
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
if (failsafe >= 10) {
|
|
|
|
|
out.printerr("spectate encountered a problem dismissing a popup!");
|
|
|
|
|
out.printerr("spectate encountered a problem dismissing a popup!\n");
|
|
|
|
|
}
|
|
|
|
|
if (disengage_enabled && !World::ReadPauseState()) {
|
|
|
|
|
if (our_dorf && our_dorf->id != df::global::ui->follow_unit) {
|
|
|
|
@ -312,7 +312,6 @@ void onTick(color_ostream& out, void* ptr) {
|
|
|
|
|
if (!job_watched) {
|
|
|
|
|
timestamp = tick;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|