From dc3ef47f760b300ec5c8e09aa774d5ed7e4b82ef Mon Sep 17 00:00:00 2001 From: Benedikt Ziemons Date: Sun, 2 Jun 2024 21:18:31 +0200 Subject: [PATCH] Add inspect to update.lua --- update.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/update.lua b/update.lua index 1ec4c92..8291e98 100644 --- a/update.lua +++ b/update.lua @@ -36,5 +36,6 @@ if update_update() then download_file("requests.lua") download_file("orders.lua") download_file("test.lua") + download_file("inspect.lua") shell.run("test") end