diff --git a/src/brulijam/setLabel.lua b/src/brulijam/setLabel.lua index c5dbf89..b043d03 100644 --- a/src/brulijam/setLabel.lua +++ b/src/brulijam/setLabel.lua @@ -1,3 +1,5 @@ +labelPrefix = "SPHEAL" + local hash = require("lib.hash") if os.getComputerLabel() == nil then local labelMainPart = string.sub(hash.digestStr(string.format(os.getComputerID())), 1, 6) diff --git a/src/startup.lua b/src/startup.lua index 4ae5bfb..e809c0f 100644 --- a/src/startup.lua +++ b/src/startup.lua @@ -1,6 +1,5 @@ --you may change these values local repo = "https://git.brulijam.com/brulijam/Computercraft/raw/branch/main/src" -local labelPrefix = "SPHEAL" --fetch sync script