playing判断

master
1076390229 2025-07-30 22:16:22 +08:00
parent 5b328e1104
commit a891dfc111
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ local function SortMembers(Members)
for _, player in pairs(Members) do 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 online[#online + 1] = player
end end