Commit b1edd8f7 authored by Ahmad Nemati's avatar Ahmad Nemati

init

parent 87f5e0d9
......@@ -46,7 +46,7 @@ async function doAuth(packet, user, rinfo) {
return
}
let keys = await redis.getAllKeysByUUID(user.username)
console.log(keys)
for (let i=0;i<keys.length;i++)
{
if (user.username+'_'+user.ip ===keys)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment