update
This commit is contained in:
parent
fbd9696b2a
commit
bee1072093
@ -52,7 +52,7 @@ if not bridge then error("ME Bridge not found.") end
|
|||||||
print("ME Bridge initialized.")
|
print("ME Bridge initialized.")
|
||||||
|
|
||||||
-- Initialize Colony Integrator
|
-- Initialize Colony Integrator
|
||||||
local colony = peripheral.find("colonyIntegrator")
|
local colony = peripheral.find("colony_integrator")
|
||||||
if not colony then error("Colony Integrator not found.") end
|
if not colony then error("Colony Integrator not found.") end
|
||||||
if not colony.isInColony then error("Colony Integrator is not in a colony.") end
|
if not colony.isInColony then error("Colony Integrator is not in a colony.") end
|
||||||
print("Colony Integrator initialized.")
|
print("Colony Integrator initialized.")
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user