sync with vanilla dev

This commit is contained in:
liquidraver
2026-07-04 12:50:37 +02:00
parent c36aec98b0
commit 6057670171
5 changed files with 13 additions and 7 deletions
+1 -1
View File
@@ -114,7 +114,7 @@ bool RegionMap::save(const char* path) {
}
fs_close(&file);
LOG_INF("Saved %d regions to %s", num_regions, filepath);
return true;
return success;
}
RegionEntry* RegionMap::putRegion(const char* name, uint16_t parent_id, uint16_t id) {