Merge pull request #2064 from Dune-jr/fix-notifications-init

Fix sound notifications being displayed when client loads too quick
This commit is contained in:
oy 2019-03-17 18:07:16 +01:00 committed by GitHub
commit 86f0075334
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,7 +12,7 @@
CNotifications::CNotifications()
{
m_SoundToggleTime = 0.0f;
m_SoundToggleTime = -99.0f;
}
void CNotifications::OnConsoleInit()