diff --git a/Packages/NetBoot/v0.1.0/Client.lua b/Packages/NetBoot/v0.1.0/Client.lua index b7447e1..553d6d5 100644 --- a/Packages/NetBoot/v0.1.0/Client.lua +++ b/Packages/NetBoot/v0.1.0/Client.lua @@ -1,7 +1,7 @@ --[[ Net-Boot Client ]]-- -- Configuration -local netBootProgramName = "counters.lua" +local netBootProgramName = "counter.lua" local netBootPort = 8 -- Setup Network @@ -53,4 +53,4 @@ if not success then computer.log(4, error) computer.reset() -end \ No newline at end of file +end