Commit 6fe355d606288f4231be3e67dd01d1267f9a0062
1 parent
48962a74
map bug
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/adv/AdvMap.lua
| ... | ... | @@ -387,7 +387,7 @@ createMap = function(self, mapId, isEnter, isNewRelay) |
| 387 | 387 | |
| 388 | 388 | table.remove(stagePool["global"][AdvCodeRandomStage], idx) |
| 389 | 389 | lastCount = lastCount - 1 |
| 390 | - stagePool[cur["room"]][stageType][cur["block"]] = nil | |
| 390 | + stagePool[cur["room"]][AdvCodeRandomStage][cur["block"]] = nil | |
| 391 | 391 | end |
| 392 | 392 | end |
| 393 | 393 | end | ... | ... |