mirror of
https://github.com/EndPwnArchive/EndPwn3Plugins.git
synced 2024-08-14 23:57:06 +00:00
Change init hook to 1ms because it works
It's dumb but it works so hey!
This commit is contained in:
parent
21075e78d2
commit
d592c3e8c8
1 changed files with 1 additions and 1 deletions
|
@ -227,6 +227,6 @@ exports = {
|
|||
}
|
||||
|
||||
$api.events.hook("USER_SETTINGS_MODAL_SET_SECTION",setupSettings);
|
||||
$api.events.hook("USER_SETTINGS_MODAL_INIT",e=>setTimeout(_=>setupSettings(e),200));
|
||||
$api.events.hook("USER_SETTINGS_MODAL_INIT",e=>setTimeout(_=>setupSettings(e),1));
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue