From a891dfc1113affb6b11fbc2f644e4d65c6e08312 Mon Sep 17 00:00:00 2001 From: 1076390229 <1076390229@qq.com> Date: Wed, 30 Jul 2025 22:16:22 +0800 Subject: [PATCH] =?UTF-8?q?playing=E5=88=A4=E6=96=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lua_probject/base_project/Game/View/FamilyView.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua_probject/base_project/Game/View/FamilyView.lua b/lua_probject/base_project/Game/View/FamilyView.lua index 17d57423..8b8b2069 100644 --- a/lua_probject/base_project/Game/View/FamilyView.lua +++ b/lua_probject/base_project/Game/View/FamilyView.lua @@ -70,7 +70,7 @@ local function SortMembers(Members) for _, player in pairs(Members) do -- 在线 绿色状态 - if player.online == 1 and player.playing == "stopPlaying" then + if player.online == 1 and player.playing ~= "startPlaying" then online[#online + 1] = player end