Commit 6e9e513d authored by 18손재민's avatar 18손재민

호패씬에서의 인풋 오류 수정

parent 2c245f69
......@@ -387,7 +387,7 @@ Input.inputField =
Input.pushInput = function(inputKey)
{
if (!WordSpace.isGameOver && RoomData.myself.isAlive && this.justPressed != inputKey)
if ((ScenesData.currentScene != ScenesData.gameScene || RoomData.myself.isAlive) && this.justPressed != inputKey)
{
this.justPressed = inputKey;
let output;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment