We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
logcleaner
1 parent 3ce62a5 commit 4dccecdCopy full SHA for 4dccecd
4 files changed
changelog.txt
@@ -35,6 +35,7 @@ Template for new versions:
35
## Misc Improvements
36
37
## Removed
38
+- ``logcleaner``: Removed
39
40
# 53.14-r1
41
docs/gui/logcleaner.rst
gui/logcleaner.lua
internal/control-panel/registry.lua
@@ -140,11 +140,6 @@ COMMANDS_BY_IDX = {
140
{command='hide-tutorials', group='gameplay', mode='system_enable'},
141
{command='immortal-cravings', group='gameplay', mode='enable'},
142
{command='light-aquifers-only', group='gameplay', mode='run'},
143
- {command='logcleaner', group='gameplay', mode='enable'},
144
- {command='logcleaner all', group='gameplay', mode='run',
145
- desc='Enable logcleaner with all filters (combat, sparring, hunting).'},
146
- {command='logcleaner sparring', group='gameplay', mode='run',
147
- desc='Enable logcleaner with sparring filter (default).'},
148
{command='misery', group='gameplay', mode='enable'},
149
{command='orders-reevaluate', help_command='orders', group='gameplay', mode='repeat',
150
desc='Invalidates all work orders once a month, allowing conditions to be rechecked.',
0 commit comments