We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9653cb commit c5fb5cdCopy full SHA for c5fb5cd
1 file changed
internal/control-panel/registry.lua
@@ -96,7 +96,7 @@ COMMANDS_BY_IDX = {
96
desc='Fixes instances of units claiming the same item or an item they don\'t own.',
97
params={'--time', '1', '--timeUnits', 'days', '--command', '[', 'fix/ownership', ']'}},
98
{command='fix/protect-nicks', group='bugfix', mode='enable', default=true},
99
- {command='fix/stuck-instruments', group='bugfix', mode='repeat',
+ {command='fix/stuck-instruments', group='bugfix', mode='repeat', default=true,
100
params={'--time', '1', '--timeUnits', 'days', '--command', '[', 'fix/stuck-instruments', ']'}},
101
{command='fix/stuck-squad', group='bugfix', mode='repeat', default=true,
102
params={'--time', '1', '--timeUnits', 'days', '--command', '[', 'fix/stuck-squad', ']'}},
0 commit comments