Skip to content

Commit c5fb5cd

Browse files
committed
Reenable accidentally disabled fix/stuck-instruments
1 parent c9653cb commit c5fb5cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/control-panel/registry.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ COMMANDS_BY_IDX = {
9696
desc='Fixes instances of units claiming the same item or an item they don\'t own.',
9797
params={'--time', '1', '--timeUnits', 'days', '--command', '[', 'fix/ownership', ']'}},
9898
{command='fix/protect-nicks', group='bugfix', mode='enable', default=true},
99-
{command='fix/stuck-instruments', group='bugfix', mode='repeat',
99+
{command='fix/stuck-instruments', group='bugfix', mode='repeat', default=true,
100100
params={'--time', '1', '--timeUnits', 'days', '--command', '[', 'fix/stuck-instruments', ']'}},
101101
{command='fix/stuck-squad', group='bugfix', mode='repeat', default=true,
102102
params={'--time', '1', '--timeUnits', 'days', '--command', '[', 'fix/stuck-squad', ']'}},

0 commit comments

Comments
 (0)