Improved error messages + nwm opacity/resizing

This commit is contained in:
kepler155c@gmail.com
2020-05-12 21:26:02 -06:00
parent ad32dcc2df
commit bc0cf883b4
5 changed files with 152 additions and 148 deletions

View File

@@ -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