artifact from previous merge
All checks were successful
Lint and Format Check / lint-and-format (pull_request) Successful in 26s
All checks were successful
Lint and Format Check / lint-and-format (pull_request) Successful in 26s
This commit is contained in:
parent
4155bd0b24
commit
a6b52c9f78
1 changed files with 0 additions and 1 deletions
|
@ -51,7 +51,6 @@ export default async (client: Client, isDev: boolean) => {
|
|||
}
|
||||
|
||||
if (event_category === "player") {
|
||||
const player = useMainPlayer() as Player;
|
||||
if (once) {
|
||||
// eslint-disable-next-line
|
||||
return player.events.once(event_type as keyof PlayerEvents, (...args: any[]) => {
|
||||
|
|
Loading…
Reference in a new issue