master
Alex 2021-12-28 21:21:55 +01:00
parent f92d79775f
commit 30cf6c1835
1 changed files with 0 additions and 6 deletions

View File

@ -36,12 +36,6 @@ func RunHub() {
client := serverCommunication.GetWebClientByUuid(clientDb.Uuid)
logger.Web.Debugln("client uuid", client.Uuid)
if client.Uuid == "" {
client.Uuid = clientDb.Uuid
}
if token == clientDb.VoiceSessionToken { // voice
client.VoiceConn = connection
logger.Web.Println("voice")