summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrebecca <ubq323@ubq323.website>2026-02-28 23:40:34 +0000
committerrebecca <ubq323@ubq323.website>2026-02-28 23:40:34 +0000
commit5757034279d8d6eab8560221fdee38370176e846 (patch)
tree6e53a87c308650bfab19654df30a9ea69acb4e8e
parent87edf3dc0f8b36285a53fe5656485e510a84f2e9 (diff)
motion
-rw-r--r--motion.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/motion.lua b/motion.lua
index 0e0ac6d..84d5e37 100644
--- a/motion.lua
+++ b/motion.lua
@@ -1,6 +1,6 @@
local p = peripheral.wrap"back"
for i,mod in ipairs{"kinetic","sensor","keyboard","glasses"} do
- assert(p.vasModule("plethora:"..mod), "need "..mod.."!")
+ assert(p.hasModule("plethora:"..mod), "need "..mod.."!")
end
local vover = false