From 2511a57f2702e99ea945e2005c4d6e3ad8c0aade Mon Sep 17 00:00:00 2001 From: Kelly Kinkade Date: Fri, 27 Jun 2025 12:49:31 -0500 Subject: [PATCH 1/2] remove `think_counter` from `gui/gm-unit` for 51.12 compatibility --- internal/gm-unit/editor_counters.lua | 1 - 1 file changed, 1 deletion(-) 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", From 4992aa329942d91507209e65368aae3dd35cfc49 Mon Sep 17 00:00:00 2001 From: Kelly Kinkade Date: Sun, 29 Jun 2025 10:12:31 -0500 Subject: [PATCH 2/2] add changelog --- changelog.txt | 1 + 1 file changed, 1 insertion(+) 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