diff --git a/packages/backend/src/core/WorldMultiplayService.ts b/packages/backend/src/core/WorldMultiplayService.ts index c7d2c9d1d1..0270fc894e 100644 --- a/packages/backend/src/core/WorldMultiplayService.ts +++ b/packages/backend/src/core/WorldMultiplayService.ts @@ -46,7 +46,7 @@ export class WorldMultiplayService { @bindThis public async enter(userId: MiUser['id'], spaceKey: string) { - console.log('enter', { userId, spaceKey: spaceKey }); + // TODO: 同じユーザーが同時に複数のspacedに入れないようにする // TODO: atomicにやる const currentPlayers = await this.redisClient.hlen(`world:${spaceKey}:players`);