master
Alex 2021-12-28 21:25:48 +01:00
parent 3a6231dd77
commit 9ff320034f
1 changed files with 0 additions and 1 deletions

View File

@ -56,7 +56,6 @@ func RunHub() {
// check if it is a connection from voice or mobile
for _, client := range cache.WebClients {
if client.MobileConn == data.Conn || client.VoiceConn == data.Conn {
logger.Web.Debugln("client", client)
go serverCommunication.HandleWebMessage(client.VoiceConn == data.Conn, data.Conn, client.Uuid, status, cmdID, dest, cmdNumber, args)
break
}