fix command argument. fixes #122
This commit is contained in:
@@ -7,4 +7,4 @@
|
|||||||
# Disable turno_cocina_patata_grande if already picked.
|
# Disable turno_cocina_patata_grande if already picked.
|
||||||
# We cannot look in inventory because the countable item is a different item.
|
# We cannot look in inventory because the countable item is a different item.
|
||||||
if turno_cocina_patata_grande_picked:
|
if turno_cocina_patata_grande_picked:
|
||||||
set_active(turno_cocina_patata_grande, false)
|
set_active("turno_cocina_patata_grande", false)
|
||||||
|
|||||||
Reference in New Issue
Block a user