made user IDs strings

This commit is contained in:
Izaya 2017-07-31 12:09:09 +10:00
parent 611190b0bf
commit d23768f941
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ do -- so local works
if tT[cT] then
tT[nP].u,tT[nP].ep,tT[nP].e = tT[cT].u,tT[cT].ep,e or tT[cT].e or {}
else
tT[nP].u,tT[nP].ep,tT[nP].e = 0,1,{}
tT[nP].u,tT[nP].ep,tT[nP].e = "superuser",1,{}
end
nP = nP + 1
end