mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-07-25 10:54:56 +02:00
Update engine.ts
This commit is contained in:
@@ -1364,7 +1364,7 @@ export class RoomEngine extends EventEmitter {
|
||||
return;
|
||||
}
|
||||
this.handleGrabbing();
|
||||
}, 10);
|
||||
}, 100);
|
||||
|
||||
this.playSfxUrl('/client-assets/room/sfx/grab.mp3', {
|
||||
volume: 1,
|
||||
@@ -1584,7 +1584,7 @@ export class RoomEngine extends EventEmitter {
|
||||
return;
|
||||
}
|
||||
this.handleGrabbing();
|
||||
}, 10);
|
||||
}, 100);
|
||||
|
||||
this.playSfxUrl('/client-assets/room/sfx/grab.mp3', {
|
||||
volume: 1,
|
||||
|
||||
Reference in New Issue
Block a user