fix: make name more consistent

This commit is contained in:
2025-05-06 18:48:13 -03:00
parent e20f915b98
commit 8b8d0cdfa1
+1 -1
View File
@@ -11,7 +11,7 @@ local res, err = http.get(SCRIPT_URL)
if res then if res then
local script = res.readAll() local script = res.readAll()
local fn, err = load(script, "loader", "t", _ENV) local fn, err = load(script, "loaded-script", "t", _ENV)
if not err then if not err then
xpcall(fn, logError) xpcall(fn, logError)