made user stuff less spammy.

This commit is contained in:
Izaya 2017-09-15 16:07:18 +10:00
parent 868e0eee74
commit f2fb71d030
1 changed files with 0 additions and 2 deletions

View File

@ -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