From f5d4e8a4a098911cabe3c29e6251b9489c41715c Mon Sep 17 00:00:00 2001 From: BenCat07 Date: Fri, 6 Apr 2018 14:37:33 +0200 Subject: [PATCH] change to autoqueue --- src/hacks/AutoJoin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hacks/AutoJoin.cpp b/src/hacks/AutoJoin.cpp index 26d9e897..44beee4b 100644 --- a/src/hacks/AutoJoin.cpp +++ b/src/hacks/AutoJoin.cpp @@ -59,7 +59,7 @@ void UpdateSearch() if (autoqueue_timer.test_and_set(30000)) { re::CTFGCClientSystem *gc = re::CTFGCClientSystem::GTFGCClientSystem(); - if (gc && !gc->BConnectedToMatchServer(false) && CE_BAD(LOCAL_E)) + if (gc && !gc->BConnectedToMatchServer(false) && !g_pUserCmd) { logging::Info("Starting queue"); tfmm::queue_start();