playing判断
parent
5b328e1104
commit
a891dfc111
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue