changed func to GetWebClientOrCreateNewByUuid

master
Alex 2021-12-29 14:15:47 +01:00
parent 2c8f5aa56b
commit fc7cadba59
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ func RunHub() {
}
logger.Web.Debugln("getClientByUuid", clientDb, token)
client := serverCommunication.GetWebClientByUuid(clientDb.Uuid)
client := serverCommunication.GetWebClientOrCreateNewByUuid(clientDb.Uuid)
if token == clientDb.VoiceSessionToken { // voice
client.VoiceConn = connection