From 0b7943c3913b35ecc5abd6b5160492ae1a6e4e6b Mon Sep 17 00:00:00 2001 From: ZhangBiao Date: Fri, 14 Jan 2022 17:44:54 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E5=AE=B6=E5=9B=AD=E3=80=91=E7=89=B9?= =?UTF-8?q?=E6=9D=83=E6=8C=89=E9=92=AE=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/ManagedResources/~Lua/Modules/HomeLand/HomeLandPanel.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/Assets/ManagedResources/~Lua/Modules/HomeLand/HomeLandPanel.lua b/Assets/ManagedResources/~Lua/Modules/HomeLand/HomeLandPanel.lua index 44c530e16b..c8458e9b04 100644 --- a/Assets/ManagedResources/~Lua/Modules/HomeLand/HomeLandPanel.lua +++ b/Assets/ManagedResources/~Lua/Modules/HomeLand/HomeLandPanel.lua @@ -460,6 +460,7 @@ function HomeLand:SetTime() self.timer:Stop() self.timer = nil end + Util.SetGray(self.Privi,not HomeLandManager.activePrivilege) self.timer = Timer.New(function () for i = 1, 7 do local curObj = self.mapData[i]