Apply suggestions from code review

develop
Josh Cooper 2022-10-25 15:01:57 -07:00 committed by GitHub
parent 48e0b53adc
commit 9dc199dac3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 10 deletions

@ -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;
}
}
}