change to autoqueue
This commit is contained in:
parent
f7f8a1ad9f
commit
f5d4e8a4a0
@ -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();
|
||||
|
Reference in New Issue
Block a user