Fixed cloak1 LUA OC script for cloaking core
This commit is contained in:
parent
e64b62d7dd
commit
2b473ae3da
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
local component = require("component")
|
||||
local term = require("term")
|
||||
|
||||
if not component.isAvailable("cloakingdevicecore") then
|
||||
if not component.isAvailable("warpdriveCloakingCore") then
|
||||
print("No cloaking core detected")
|
||||
else
|
||||
local cloakingcore = component.warpdriveCloakingCore
|
||||
|
|
Loading…
Reference in a new issue