feat(world-builder): stage 3 live map reloading without server restart (#93) - #107
feat(world-builder): stage 3 live map reloading without server restart (#93)#107Rodrigoue9 wants to merge 2 commits into
Conversation
Code Review ✅ Approved 1 resolved / 1 findingsAdds live map reloading via reloadMapByNumber and dynamic tile rebuilding, addressing the uninitialized userConectados reference during player relocation. No issues found. ✅ 1 resolved✅ Bug: reloadMapByNumber player relocation never runs (userConectados undefined)
OptionsAuto-apply is off → Gitar will not commit updates to this branch. Comment with these commands to change the behavior for this request:
Was this helpful? React with 👍 / 👎 | Gitar |
Title
feat(world-builder): stage 3 live map reloading without server restart (#93)
Description
reloadMapByNumber(mapNum)inserver/src/loadMaps.tsto reload individual maps dynamically from disk.Closes #93