Enable App for other Codes
All checks were successful
Subsonics - Pipeline/pipeline/head This commit looks good
All checks were successful
Subsonics - Pipeline/pipeline/head This commit looks good
This commit is contained in:
parent
8d978ff1d3
commit
897d3f392b
@ -926,15 +926,13 @@ function startServer(client) {
|
||||
|
||||
async function checkIdentity(servers, token, socket, creditentials) {
|
||||
|
||||
var checked = true
|
||||
var checked = false
|
||||
|
||||
if(servers.message) {
|
||||
|
||||
checked = false
|
||||
} else {
|
||||
|
||||
checked = true
|
||||
|
||||
for(var role of servers.roles) {
|
||||
|
||||
if(role == "397725552968204288") {
|
||||
@ -954,6 +952,7 @@ function startServer(client) {
|
||||
checked = true
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user