diff --git a/reload.lua b/reload.lua index 0ad4432..6e40c2d 100644 --- a/reload.lua +++ b/reload.lua @@ -11,4 +11,5 @@ if fs.exists(CC_UTILS_DIR) then end shell.run("clone https://gitea.tofvesson.se/GabrielTofvesson/cc-utilities.git") -shell.run("bg cc-utilities/itemcontroller") \ No newline at end of file +shell.run("bg") +shell.run("cc-utilities/itemcontroller") \ No newline at end of file