change to autoqueue

This commit is contained in:
BenCat07 2018-04-06 14:37:33 +02:00
parent f7f8a1ad9f
commit f5d4e8a4a0

View File

@ -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();