diff --git a/MEWarehouse.lua b/MEWarehouse.lua index d10e2fe..3361dcb 100644 --- a/MEWarehouse.lua +++ b/MEWarehouse.lua @@ -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.")