整理代码
This commit is contained in:
@@ -4,7 +4,9 @@ local CUSTOMENV=CUSTOMENV
|
||||
|
||||
local function notAir(L)
|
||||
for i=1,10 do
|
||||
if L[i]>0 then return true end
|
||||
if L[i]>0 then
|
||||
return true
|
||||
end
|
||||
end
|
||||
end
|
||||
local sList={
|
||||
|
||||
Reference in New Issue
Block a user