a couple oops

This commit is contained in:
kepler155c@gmail.com
2019-03-20 18:40:07 -04:00
parent dabd64046e
commit 3d815c6332
4 changed files with 3 additions and 2 deletions

View File

@@ -29,7 +29,7 @@ local options = {
desc = 'Displays the options' }, desc = 'Displays the options' },
} }
local SCRIPTS_PATH = 'packages/core/etc/scripts' local SCRIPTS_PATH = 'packages/common/etc/scripts'
local nullTerm = Terminal.getNullTerm(term.current()) local nullTerm = Terminal.getNullTerm(term.current())
local socket local socket

View File

@@ -1,6 +1,6 @@
{ {
title = 'Programs for the neural interface', title = 'Programs for the neural interface',
repository = 'kepler155c/opus-apps/{{OPUS_BRANCH}}/neural', repository = 'kepler155c/opus-apps/{{OPUS_BRANCH}}/neural',
description = [[ WIP ]], description = [[ Applications using various plethora modules ]],
licence = 'MIT', licence = 'MIT',
} }

View File

@@ -10,6 +10,7 @@ local parallel = _G.parallel
if not modules.launch or not modules.getMetaOwner then if not modules.launch or not modules.getMetaOwner then
error([[Required: error([[Required:
* Kinetic augment * Kinetic augment
* Entity sensor
* Introspection module]]) * Introspection module]])
end end