跳至內容

「Module:Aichan」:修訂間差異

增加 46 位元組 、​ 2024年10月11日 (星期五)
跳过删除曲(已测试游戏本体行为)
(移除我为了自己取乐加的 change 参数)
(跳过删除曲(已测试游戏本体行为))
行 66: 行 66:
if value<songSize then
if value<songSize then
local info=songlist[value+1]
local info=songlist[value+1]
if isFree(info) then
if not info.deleted then
if currentFreeCount<1 then
if isFree(info) then
currentFreeCount=currentFreeCount+1
if currentFreeCount<1 then
resultFree[currentFreeCount]=info
currentFreeCount=currentFreeCount+1
end
resultFree[currentFreeCount]=info
else
end
if currentPaidCount<2 then
else
currentPaidCount=currentPaidCount+1
if currentPaidCount<2 then
resultPaid[currentPaidCount]=info
currentPaidCount=currentPaidCount+1
resultPaid[currentPaidCount]=info
end
end
end
end
end
497

次編輯