spawner tweaks

This commit is contained in:
kepler155c@gmail.com
2019-01-09 06:26:27 -05:00
parent df2f2dcb59
commit 8dcab201dc

View File

@@ -57,7 +57,7 @@ local sensor = device['plethora:sensor']
if not fs.exists(STARTUP_FILE) then
Util.writeFile(STARTUP_FILE,
string.format([[os.sleep(1)
shell.openForegroundTab('spawner.lua %s')]], table.concat(mobTypes, ' '))
shell.openForegroundTab('spawner.lua %s')]], table.concat(mobTypes, ' ')))
print('Autorun program created: ' .. STARTUP_FILE)
end