diff --git a/changelog.txt b/changelog.txt index 9f0324d3aa..f6a2fda3f7 100644 --- a/changelog.txt +++ b/changelog.txt @@ -17,6 +17,7 @@ Template for new versions: ## New Features ## Fixes +- `gui/gm-unit`: remove reference to ``think_counter``, removed in v51.12 ## Misc Improvements diff --git a/internal/gm-unit/editor_counters.lua b/internal/gm-unit/editor_counters.lua index 0bf258df1e..c740bcfb32 100644 --- a/internal/gm-unit/editor_counters.lua +++ b/internal/gm-unit/editor_counters.lua @@ -9,7 +9,6 @@ Editor_Counters=defclass(Editor_Counters, base_editor.Editor) Editor_Counters.ATTRS{ frame_title = "Counters editor", counters1={ - "think_counter", "job_counter", "swap_counter", "winded",