.
This commit is contained in:
parent
2cef991dca
commit
02ca381676
@ -17,7 +17,7 @@ if not (fs.exists("brulijam/config/system.txt")) then
|
|||||||
local systemConfig = {}
|
local systemConfig = {}
|
||||||
systemConfig["labelPrefix"] = labelPrefix
|
systemConfig["labelPrefix"] = labelPrefix
|
||||||
file = fs.open("brulijam/config/system.txt", "w")
|
file = fs.open("brulijam/config/system.txt", "w")
|
||||||
file.write(systemConfig)
|
file.write(textutils.serialize(systemConfig))
|
||||||
file.close()
|
file.close()
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user