Improved error messages + nwm opacity/resizing
This commit is contained in:
@@ -11,11 +11,12 @@ local parallel = _G.parallel
|
||||
local STARTUP_FILE = 'usr/autorun/fly.lua'
|
||||
|
||||
if not modules.launch or not modules.getMetaOwner then
|
||||
print([[Required:
|
||||
* Kinetic augment
|
||||
* Entity sensor
|
||||
* Introspection module]])
|
||||
error('missing required item')
|
||||
error([[Required:
|
||||
* Kinetic augment
|
||||
* Entity sensor
|
||||
* Introspection module
|
||||
|
||||
Missing required item]])
|
||||
end
|
||||
|
||||
if not fs.exists(STARTUP_FILE) then
|
||||
|
||||
Reference in New Issue
Block a user