From 9bf57456729cbbf622231f280aad5ff3c40b63d6 Mon Sep 17 00:00:00 2001 From: zhouhaihai Date: Thu, 12 Mar 2020 20:52:51 +0800 Subject: [PATCH] bug --- src/models/RolePlugin.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/models/RolePlugin.lua b/src/models/RolePlugin.lua index f667231..89afe55 100644 --- a/src/models/RolePlugin.lua +++ b/src/models/RolePlugin.lua @@ -698,7 +698,7 @@ function RolePlugin.bind(Role) local data = csvdb["guide_unlockCsv"][func] if not data then return true end -- 没有就是解锁了 - local hangPass = role:getProperty("hangPass") + local hangPass = self:getProperty("hangPass") if hangPass[data.carbonId] then return true else -- libgit2 0.21.2