fix(multiplayer): cannot play the next item when the count of items > 1

This commit is contained in:
MingxuanGame
2025-08-08 12:15:29 +00:00
parent dd7b8a14cd
commit 07a23c5225

View File

@@ -652,6 +652,7 @@ class MultiplayerQueue:
):
assert self.room.host
await self.add_item(self.current_item.clone(), self.room.host)
await self.update_current_item()
async def update_queue_mode(self):
if self.room.settings.queue_mode == QueueMode.HOST_ONLY and all(