public static int ts3plugin_init() { VoicePlugin.VerboseLog(MethodInfo.GetCurrentMethod().Name); #if false return(VoicePlugin.InitAsync().GetAwaiter().GetResult()); #else return(VoicePlugin.InitAsync()); #endif }