We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b9f054 commit 655eeb1Copy full SHA for 655eeb1
1 file changed
src/client/scripts/EventHandler.js
@@ -53,6 +53,7 @@ class EventHandler {
53
if (z.code === "Enter" && this.gameState === "chat") {
54
this.game.chat.command($(".com_i").val());
55
$(".com_i").val("");
56
+ this.setState("game")
57
}
58
if (
59
z.code === "KeyE" &&
0 commit comments