output args being passed to gui/blueprint

develop
myk002 2021-05-04 14:25:14 -07:00
parent aba40b6c44
commit 7c7d96b5c1
No known key found for this signature in database
GPG Key ID: 8A39CA0FA0C16E78
1 changed files with 1 additions and 1 deletions

@ -138,7 +138,7 @@ end
function do_gui(command, ...)
local args = {...}
print('launching gui/blueprint')
print(('launching gui/blueprint %s'):format(table.concat(args, ' ')))
dfhack.timeout(1, 'frames',
function() dfhack.run_script('gui/blueprint',
table.unpack(args)) end)