From bee10720936b3e89f3d4adb8c8a57f083674fba3 Mon Sep 17 00:00:00 2001 From: timewarrener Date: Wed, 18 Jun 2025 18:55:31 -0400 Subject: [PATCH] update --- MEWarehouse.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.")