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.
This commit is contained in:
Yimura
2021-12-18 14:28:37 +01:00
parent 762e14ed6c
commit d89041e18f

View File

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