From 0d4a3461a20159fec3072a71695d33351e0e20dd Mon Sep 17 00:00:00 2001 From: CadenCoaster <114967401+cadenthecreator@users.noreply.github.com> Date: Thu, 23 Oct 2025 21:31:07 -0700 Subject: [PATCH] Update netmount.lua --- modules/netmount.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/netmount.lua b/modules/netmount.lua index 63de4b3..37c92bd 100644 --- a/modules/netmount.lua +++ b/modules/netmount.lua @@ -33,6 +33,7 @@ while true do sleep() end +local _, nm = assert(pcall(assert(load(handle.readAll(), "nmapi", nil, _ENV)))) handle.close() local state = assert(nm.createState(args.url, args.username, args.password)) @@ -200,4 +201,4 @@ end state.close() print("Press any key to continue") os.pullEvent("key") -_G.fs = ofs \ No newline at end of file +_G.fs = ofs