mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-08-03 13:56:07 +00:00
wip
This commit is contained in:
@@ -108,7 +108,7 @@ export class RoomController extends EngineControllerBase<RoomEngine> {
|
||||
}
|
||||
});
|
||||
|
||||
engineEvents.on('changeMyPlayerState', ({ playerState }) => {
|
||||
engineEvents.on('changeMyPlayerState', (playerState) => {
|
||||
this.myPlayerState.value = playerState;
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user