diff --git a/src/blackcore/voice_vatlib.cpp b/src/blackcore/voice_vatlib.cpp index bacbdd20b..7fd8f86a5 100644 --- a/src/blackcore/voice_vatlib.cpp +++ b/src/blackcore/voice_vatlib.cpp @@ -535,7 +535,7 @@ namespace BlackCore { if (!m_temporaryVoiceRoomCallsigns.contains(callsign)) { - // He is has left + // User has left emit userLeftRoom(callsign); } }