mirror of
https://github.com/MikaylaFischler/cc-mek-scada.git
synced 2024-08-30 18:22:34 +00:00
#408 added pocket configure to configure launcher
This commit is contained in:
parent
53bb36ce8d
commit
bb062cf397
@ -8,8 +8,8 @@ elseif fs.exists("supervisor/configure.lua") then
|
||||
require("supervisor.configure").configure()
|
||||
elseif fs.exists("coordinator/configure.lua") then
|
||||
require("coordinator.configure").configure()
|
||||
elseif fs.exists("pocket/startup.lua") then
|
||||
print("CONFIGURE> pocket configurator not yet implemented (use 'edit pocket/config.lua' to configure)")
|
||||
elseif fs.exists("pocket/configure.lua") then
|
||||
require("pocket.configure").configure()
|
||||
else
|
||||
print("CONFIGURE> NO CONFIGURATOR FOUND")
|
||||
print("CONFIGURE> EXIT")
|
||||
|
Loading…
Reference in New Issue
Block a user