This commit is contained in:
timewarrener 2025-06-18 18:55:31 -04:00
parent fbd9696b2a
commit bee1072093

View File

@ -52,7 +52,7 @@ if not bridge then error("ME Bridge not found.") end
print("ME Bridge initialized.")
-- 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.isInColony then error("Colony Integrator is not in a colony.") end
print("Colony Integrator initialized.")