Release 25dda1b
Refactor tile validation in map.gd to simplify checks for missing tiles - Removed unnecessary validation for tile data when checking for missing tiles, streamlining the process of identifying absent tiles. - Updated comments to clarify the new validation logic, focusing solely on tile existence without additional data checks. - Maintained existing error handling for missing tiles to ensure robustness in tile management.