Functional virtual component support

This commit is contained in:
Ponali
2025-06-14 18:22:31 +02:00
parent de035e9d2e
commit 12a00d31a2
-2
View File
@@ -84,6 +84,4 @@ function compLib.get(address)
return nil, "full address not found" return nil, "full address not found"
end end
compLib.invoke = component.invoke -- trust me, this is needed
return compLib return compLib