From 8931db7d4ba93ff67437cdb0354788b8e3e8cfbc Mon Sep 17 00:00:00 2001 From: Yimura Date: Sat, 18 Dec 2021 14:28:37 +0100 Subject: [PATCH] feat(Protections): Stop calling replay interface on tick The replay interface should be used for single task checks, something that's triggered by the user. The removal of attached entities should be done with a different method. --- BigBaseV2/src/backend/backend.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/BigBaseV2/src/backend/backend.cpp b/BigBaseV2/src/backend/backend.cpp index 0538cc61..3aacc9c9 100644 --- a/BigBaseV2/src/backend/backend.cpp +++ b/BigBaseV2/src/backend/backend.cpp @@ -27,11 +27,6 @@ namespace big }); } - QUEUE_JOB_BEGIN_CLAUSE() - { - looped::protections_replay_interface(); - }QUEUE_JOB_END_CLAUSE - QUEUE_JOB_BEGIN_CLAUSE() { looped::tunables_disable_phone();