[Audio] Fix console spam caused by disconnect_timer if a player is destroyed before the task completes (#3123)

* Remove servers from the auto disconnect/pause list is their players no longer exist...
Prevents a console spam

Signed-off-by: Drapersniper <27962761+drapersniper@users.noreply.github.com>

* Chore

Signed-off-by: Drapersniper <27962761+drapersniper@users.noreply.github.com>
This commit is contained in:
Draper
2019-12-20 06:59:09 +00:00
committed by Michael H
parent 0b042532fd
commit 6bf9ff5637
2 changed files with 7 additions and 2 deletions

View File

@@ -0,0 +1 @@
Fix a console spam caused sometimes when auto disconnect and auto pause are used.