Commit 0b372581 authored by 18손재민's avatar 18손재민

Merge branch 'hopaeScene'

parents 2c245f69 6e9e513d
......@@ -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