From 558317311c48ab8cd4b6d28ecd52aaf686b47721 Mon Sep 17 00:00:00 2001 From: rogo Date: Sun, 5 Apr 2020 00:01:20 +0200 Subject: [PATCH] fixed app not working without console --- src/plugin.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/plugin.c b/src/plugin.c index 0c0d5bb..97dce13 100644 --- a/src/plugin.c +++ b/src/plugin.c @@ -130,8 +130,6 @@ int ts3plugin_init() { char configPath[PATH_BUFSIZE]; char pluginPath[PATH_BUFSIZE]; - freopen("CONOUT$", "wb", stdout); - /* Your plugin init code here */ printf("PLUGIN: init\n");