made user stuff less spammy.
This commit is contained in:
parent
868e0eee74
commit
f2fb71d030
@ -124,12 +124,10 @@ do -- so local works
|
||||
if not f then return false end
|
||||
local C=fs.readall(f)
|
||||
fs.close(f)
|
||||
log(C)
|
||||
for line in C:gmatch("[^\n]+") do
|
||||
local username,hpass,salt = line:match("(.+)\t(.+)\t(.+)")
|
||||
if username and hpass and salt then
|
||||
ut[username] = {hpass,salt}
|
||||
log(username,hpass,salt)
|
||||
end
|
||||
end
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user