|
|
@ -764,7 +764,7 @@ class UserInfo { |
|
|
|
///////////////////////////////////////////////////////////////////
|
|
|
|
async function checkEnv() { |
|
|
|
if(userCookie) { |
|
|
|
for(let userCookies of userCookie.split('@')) { |
|
|
|
for(let userCookies of userCookie.split('\n')) { |
|
|
|
if(userCookies) userList.push(new UserInfo(userCookies)) |
|
|
|
} |
|
|
|
userCount = userList.length |
|
|
|