Skip to content

Commit

Permalink
Make the block scanner requirement more clear (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
EmmaKnijn authored Jan 3, 2021
1 parent 0272d2a commit c85bb53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neural/ores.lua
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ if not modules then
elseif not modules.canvas then
showRequirements('Overlay glasses')
elseif not modules.scan then
showRequirements('Scanner module')
showRequirements('Block Scanner module')
end

local projecting = { }
Expand Down

0 comments on commit c85bb53

Please sign in to comment.