From 6fe355d606288f4231be3e67dd01d1267f9a0062 Mon Sep 17 00:00:00 2001 From: zhouhaihai Date: Fri, 28 Feb 2020 17:40:22 +0800 Subject: [PATCH] map bug --- src/adv/AdvMap.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/adv/AdvMap.lua b/src/adv/AdvMap.lua index c6ba9a1..dddccef 100644 --- a/src/adv/AdvMap.lua +++ b/src/adv/AdvMap.lua @@ -387,7 +387,7 @@ createMap = function(self, mapId, isEnter, isNewRelay) table.remove(stagePool["global"][AdvCodeRandomStage], idx) lastCount = lastCount - 1 - stagePool[cur["room"]][stageType][cur["block"]] = nil + stagePool[cur["room"]][AdvCodeRandomStage][cur["block"]] = nil end end end -- libgit2 0.21.2