diff --git a/plugins/dwarfvet.cpp b/plugins/dwarfvet.cpp index 604a229a6..e178ffed3 100644 --- a/plugins/dwarfvet.cpp +++ b/plugins/dwarfvet.cpp @@ -524,9 +524,7 @@ void tickHandler(color_ostream& out, void* data) { } if (!count_of_hospitals && !hospitals_cached) { - // No hospitals found, delete any cache, and return - delete_animal_hospital_vector(out); - out.print("No hospitals found, plugin sleeping ...\n"); + // No hospitals found, cache is empty, just return goto cleanup; }