From e3b6d6e6b26ff7091fb58e08c67cb32270deee4a Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Sat, 23 Jul 2022 18:23:04 +0200 Subject: Disabling steamwebhelper again, it was eanbled by mystake --- src/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/main.c b/src/main.c index 719ed76a..0f770db6 100755 --- a/src/main.c +++ b/src/main.c @@ -1205,7 +1205,7 @@ int main(int argc, const char **argv, char **env) { // special case for steamwebhelper if(strstr(prgname, "steamwebhelper")==prgname) { printf_log(LOG_INFO, "steamwebhelper, ignoring for now!\n"); - //exit(0); // exiting + exit(0); // exiting } // special case for streaming_client to use emulated libSDL2 if(strstr(prgname, "streaming_client")==prgname) { -- cgit 1.4.1