Cediner / ArdClient

Public Haven & Hearth Client (https://discord.gg/24Tq35uwBD)
Other
37 stars 31 forks source link

findObjectsByNames in PBotGobAPI not returning full list #47

Closed Djekke closed 3 years ago

Djekke commented 3 years ago

Remnants of code from findObjectByNames method (that returns single nearest gob) are leading to missing gobs.

Just delete this lines: https://github.com/Cediner/ArdClient/blob/d64ee32a4f9d2a3c37efe81d0b449cbe9424bf17/src/haven/purus/pbot/PBotGobAPI.java#L163 https://github.com/Cediner/ArdClient/blob/d64ee32a4f9d2a3c37efe81d0b449cbe9424bf17/src/haven/purus/pbot/PBotGobAPI.java#L198 https://github.com/Cediner/ArdClient/blob/d64ee32a4f9d2a3c37efe81d0b449cbe9424bf17/src/haven/purus/pbot/PBotGobAPI.java#L231

Cediner commented 3 years ago

ok