Don't show new version chat message when Suppress Alerts

This commit is contained in:
Tercio Jose
2021-07-01 22:26:00 -03:00
parent 07a60b42ec
commit dbfe4b0fc2
3 changed files with 55 additions and 51 deletions
+4
View File
@@ -176,6 +176,10 @@
if (_detalhes.debug) then
_detalhes:Msg ("(debug) received version alert ", build_number)
end
if (_detalhes.streamer_config.no_alerts) then
return
end
build_number = tonumber (build_number)