You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some items marked as "common" are actually an important terrain items (like doors/fences/street lamps and so on). It makes minimap much more readable if every item with minimap color is shown (as in Cip client).
Instead of deleting the if statement you should have checked for the specified items. If this is merged we will have to iterate through every item to draw it on map, which would be very bad.
The text was updated successfully, but these errors were encountered:
Some items are not draw in minimap, I remember seeing an old school real map with default client in Venore, where minimap didn't show fences and things like that.
edubart@7ce5bca
Some items marked as "common" are actually an important terrain items (like doors/fences/street lamps and so on). It makes minimap much more readable if every item with minimap color is shown (as in Cip client).
Regarding @erexo fix, @andersonfaaria commented:
The text was updated successfully, but these errors were encountered: