Commit 318bbd8a authored by nanahira's avatar nanahira

typo

parent 5c690221
...@@ -7,7 +7,7 @@ local function elimateExisting() ...@@ -7,7 +7,7 @@ local function elimateExisting()
for i=2,#formattedOpcodes do for i=2,#formattedOpcodes do
_.push(formattedOpcodes[i],OPCODE_AND) _.push(formattedOpcodes[i],OPCODE_AND)
end end
return _.flattern(formattedOpcodes) return _.flatten(formattedOpcodes)
end end
function Auxiliary.PreloadUds() function Auxiliary.PreloadUds()
local e1=Effect.GlobalEffect() local e1=Effect.GlobalEffect()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment