fix astro's syscall redefiniton so files use it

This commit is contained in:
2026-02-21 14:12:05 -06:00
parent d026cfbb03
commit dd2437d4af
9 changed files with 29 additions and 29 deletions

View File

@@ -1,5 +1,5 @@
--:Minify:--
local users = syscall.auth_listusers()
local users = syscall.listusers()
if not users or #users == 0 then
print("No users found.")
return