From 6d8ce9b2bec61b68098cb59bc2be4c69e283573c Mon Sep 17 00:00:00 2001 From: ErrorNoInternet Date: Mon, 10 Mar 2025 20:18:12 -0400 Subject: [PATCH] fix(lib): require lib first --- errornowatcher.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/errornowatcher.lua b/errornowatcher.lua index 2416c57..5e0a493 100644 --- a/errornowatcher.lua +++ b/errornowatcher.lua @@ -4,11 +4,11 @@ HttpAddress = "127.0.0.1:8080" Owners = { "ErrorNoInternet" } for _, module in ipairs({ + "lib", "automation", "enum", "events", "inventory", - "lib", "movement", "utils", }) do