Skip to content

Commit 41fd9c8

Browse files
committed
Change fix/archery-practice to be disabled by default
1 parent 14e4a34 commit 41fd9c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

internal/control-panel/registry.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ COMMANDS_BY_IDX = {
7474
-- can be restored here once we solve issue #4292
7575
-- {command='craft-age-wear', help_command='tweak', group='bugfix', mode='tweak', default=true,
7676
-- desc='Allows items crafted from organic materials to wear out over time.'},
77-
{command='fix/archery-practice', group='bugfix', mode='repeat', default=true,
77+
{command='fix/archery-practice', group='bugfix', mode='repeat',
7878
desc='Consolidate ammo items inside quivers to allow archery practice to take place.',
7979
params={'--time', '449', '--timeUnits', 'ticks', '--command', '[', 'fix/archery-practice', '-q', ']'}},
8080
{command='fix/blood-del', group='bugfix', mode='run', default=true},
@@ -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', default=true,
99+
{command='fix/stuck-instruments', group='bugfix', mode='repeat',
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)