diff --git a/docs/changelog.txt b/docs/changelog.txt index d5edef15c..d06037b87 100644 --- a/docs/changelog.txt +++ b/docs/changelog.txt @@ -35,9 +35,9 @@ changelog.txt uses a syntax similar to RST, with a few special sequences: ## Fixes - `embark-assistant`: fixed order of factors when calculating min temperature -- `seedwatch`: don't turn off upon map load - `embark-assistant`: improved performance of surveying - `quickfort`: creating zones no longer causes eventual crashes +- `seedwatch`: fixed an issue where the plugin would disable itself on map load - `search`: fixed crash when searching the ``k`` sidebar and navigating to another tile with certain keys, like ``<`` or ``>`` - `stockflow`: fixed ``j`` character being intercepted when naming stockpiles diff --git a/plugins/seedwatch.cpp b/plugins/seedwatch.cpp index f233cb27f..9a54d4f1a 100644 --- a/plugins/seedwatch.cpp +++ b/plugins/seedwatch.cpp @@ -296,18 +296,10 @@ DFhackCExport command_result plugin_init(color_ostream &out, vector