diff options
| author | tomsmeding <hallo@tomsmeding.nl> | 2015-10-23 14:43:40 +0200 |
|---|---|---|
| committer | tomsmeding <hallo@tomsmeding.nl> | 2015-10-23 14:43:40 +0200 |
| commit | 637992c80f39d781d00ab903466c681d1c82159d (patch) | |
| tree | 3443aa9dfb7fae039858b25b2fc6f2354838743f | |
| parent | c99da669c783c1fc172d6ce9709306e2b2293fdd (diff) | |
1
| -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(){ |
