This commit is contained in:
Julian Brammer 2024-06-08 20:46:20 +02:00
parent f51946ac78
commit ccb336f32e
2 changed files with 2 additions and 1 deletions

View File

@ -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)

View File

@ -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