hectorgimenez / koolo

Diablo II Resurrected bot written in Go
MIT License
72 stars 48 forks source link

Added world cache checks, set tile checks #351

Closed SoundsLegit closed 1 month ago

SoundsLegit commented 1 month ago

Added a check when loading the world cache where if it is nil, it is reloaded. Added a check when setting a tile so that we no longer get index out of bounds errors when setting tiles.