If two ore types are in range of a pros pick, the output prints twice.
DavidTriphon opened this issue ยท 2 comments
Steps to reproduce:
- Find an area where two veins are in range of a prospector's pick.
- Find a block that doesn't give a false negative.
- Click on that block with the pick multiple times.
Expected result: print one line for every check.
Actual result: prints out two lines on every check.
Possible cause: output is printing for every vein found, despite that the message is the same.