Arcitectus / Sanderling

APIs and libraries to read information directly from the EVE Online game client.
https://forum.botlab.org
Apache License 2.0
260 stars 117 forks source link

ore-miner: wrong log message #57

Closed achurilo closed 6 years ago

achurilo commented 6 years ago

Look at code below: https://github.com/Arcitectus/Sanderling/blob/270d7cdc79db43ff75196f7e176d5ef108e5eaa0/src/Sanderling/Sanderling.Exe/sample/script/beginners-ore-asteroid-miner.cs#L248-L252

This code should show info about "next asteroid" and "next asteroid not targeted". But in both cases it shows the same info (used asteroidOverviewEntryNext). I thing for "next asteroid not targeted" should be used asteroidOverviewEntryNextNotTargeted.

The same issue in Mine.ore.cs

Viir commented 6 years ago

Agree, looks like a bug to me.

Viir commented 6 years ago

Looks like this was fixed with commit 7f5bce24a167b36d8fd32630c29a2688cbd1e490