fix: game subject from the game attribute

This commit is contained in:
Ziv Kalderon
2024-11-15 10:57:25 +02:00
committed by GitHub
parent b03c5843f4
commit 11c5dfe423

View File

@@ -49,7 +49,7 @@ const Manager = {
name: "SHOW_START", name: "SHOW_START",
data: { data: {
time: 3, time: 3,
subject: "Adobe", subject: game.subject,
}, },
}) })