Skip to content

Commit 6f348f7

Browse files
authored
Merge pull request #1470 from DFHack/ab9rf-gm-unit-think-counter
remove `think_counter` from `gui/gm-unit`
2 parents 8a2c8e7 + 4992aa3 commit 6f348f7

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

changelog.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ Template for new versions:
1717
## New Features
1818

1919
## Fixes
20+
- `gui/gm-unit`: remove reference to ``think_counter``, removed in v51.12
2021

2122
## Misc Improvements
2223

internal/gm-unit/editor_counters.lua

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ Editor_Counters=defclass(Editor_Counters, base_editor.Editor)
99
Editor_Counters.ATTRS{
1010
frame_title = "Counters editor",
1111
counters1={
12-
"think_counter",
1312
"job_counter",
1413
"swap_counter",
1514
"winded",

0 commit comments

Comments
 (0)