mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2025-01-07 18:03:34 +08:00
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:
parent
f2011a6ce5
commit
8931db7d4b
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user