fix more oop and bugs
This commit is contained in:
@@ -290,7 +290,9 @@ while 1 do
|
||||
for a = i+3, i+3+argc-1 do
|
||||
argv[#argv+1] = collapseescape(data[a])
|
||||
end
|
||||
Simulation.queuegateinput(sim, gate, argv)
|
||||
if gate then
|
||||
Simulation.queuegateinput(sim, gate, argv)
|
||||
end
|
||||
|
||||
i = i+2+argc
|
||||
elseif data[i] == "SAVE" then
|
||||
|
||||
Reference in New Issue
Block a user