diff options
-rw-r--r-- | interactor/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/interactor/index.html b/interactor/index.html index 9b96a05..afda76c 100644 --- a/interactor/index.html +++ b/interactor/index.html @@ -180,7 +180,7 @@ function queueapplymove(idx,c){ } function getusermove(){ - if(applymove_busy)applemove_queue.push(_getusermove); + if(applymove_busy)applymove_queue.push(_getusermove); else _getusermove(); } function _getusermove(){ |