diff --git a/config.ld b/config.ld index 4e8c6b8..3d62ff7 100644 --- a/config.ld +++ b/config.ld @@ -1,19 +1,9 @@ -project = "Basalt2" - -title = "Basalt2 Documentation" - -description = "A powerful UI Framework for ComputerCraft" - -dir = "docs" - -style = "!pale" - -format = "markdown" - -file = "src" - -all = true - -template = true - -pretty = true +project="Basalt2"; +title="Basalt2 Documentation"; +description="A powerful UI Framework for ComputerCraft"; +dir="docs"; +style="!pale"; +format="markdown"; +file="src"; +all=true; +template=true \ No newline at end of file diff --git a/src/main.lua b/src/main.lua index e720a9f..6574f2c 100644 --- a/src/main.lua +++ b/src/main.lua @@ -112,6 +112,5 @@ function basalt.run(isActive) end end end -basalt.autoUpdate = basalt.run return basalt \ No newline at end of file