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:
@ -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();
|
||||
|
Reference in New Issue
Block a user