made user IDs strings
This commit is contained in:
parent
611190b0bf
commit
d23768f941
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user