Skip to content

Commit

Permalink
fix missing tool slot seed sign
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielburnworth committed Jun 19, 2020
1 parent f0f16d2 commit dbadf33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/mutations/devices/seeders/abstract_genesis.rb
Expand Up @@ -31,7 +31,7 @@ def tool_slots_slot_1
add_tool_slot(name: ToolNames::SEEDER,
x: 50,
y: 100,
z: 200,
z: -200,
tool: tools_seeder)
end

Expand Down

0 comments on commit dbadf33

Please sign in to comment.