mirror of
https://github.com/EndPwnArchive/EndPwn3Plugins.git
synced 2024-08-14 23:57:06 +00:00
Merge pull request #2 from BlockBuilder57/patch-1
Change init hook to 1ms because it works
This commit is contained in:
commit
e39e5f596d
1 changed files with 1 additions and 1 deletions
|
@ -230,6 +230,6 @@ exports = {
|
||||||
}
|
}
|
||||||
|
|
||||||
$api.events.hook("USER_SETTINGS_MODAL_SET_SECTION",setupSettings);
|
$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