artifact from previous merge
All checks were successful
Lint and Format Check / lint-and-format (pull_request) Successful in 26s

This commit is contained in:
Mylloon 2024-09-18 17:27:32 +02:00
parent 4155bd0b24
commit a6b52c9f78
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -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[]) => {