diff --git a/src/town_cmd.cpp b/src/town_cmd.cpp index 83a7cbaa..d69e777d 100644 --- a/src/town_cmd.cpp +++ b/src/town_cmd.cpp @@ -2658,6 +2658,7 @@ bool GenerateTowns(TownLayout layout) /* Build the town k-d tree again to make sure it's well balanced */ RebuildTownKdtree(); + citymania::Emit(citymania::event::TownCachesRebuilt()); if (current_number != 0) return true;