Commit 51ff85e3daef798dafa1c52c1db52441fefcfd76

Authored by zhouhaihai
1 parent ed20f277

错误检查

Showing 1 changed file with 0 additions and 2 deletions   Show diff stats
src/actions/GmAction.lua
... ... @@ -213,8 +213,6 @@ function _M.fbc(role, pms) -- 直接通关
213 213 role:updateProperty({field = "hangPass", value = {}})
214 214 addPre(carbonId)
215 215  
216   - role:checkTaskEnter("HangPass", {id = carbonId})
217   -
218 216 role:log("gm_action", {desc = "fbc", int1 = carbonId, key1 = pms.sender})
219 217  
220 218 return "成功"
... ...