dont receive letters when game creator is not open
This commit is contained in:
parent
7ae198bc9c
commit
f32144a779
|
@ -156,6 +156,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
document.onkeydown = e => {
|
document.onkeydown = e => {
|
||||||
|
if (game_creator) return updateState();
|
||||||
if (endgame) return updateState();
|
if (endgame) return updateState();
|
||||||
if (not_a_word) return updateState();
|
if (not_a_word) return updateState();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue