From 71f0c557c786fc69ca7fddd24cb62ed8d7406ea2 Mon Sep 17 00:00:00 2001
From: ErrorNoInternet <errornointernet@envs.net>
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