Skip to content

Commit 655eeb1

Browse files
committed
go back to game after chatting
1 parent 4b9f054 commit 655eeb1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/client/scripts/EventHandler.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ class EventHandler {
5353
if (z.code === "Enter" && this.gameState === "chat") {
5454
this.game.chat.command($(".com_i").val());
5555
$(".com_i").val("");
56+
this.setState("game")
5657
}
5758
if (
5859
z.code === "KeyE" &&

0 commit comments

Comments
 (0)