From 637992c80f39d781d00ab903466c681d1c82159d Mon Sep 17 00:00:00 2001 From: tomsmeding Date: Fri, 23 Oct 2015 14:43:40 +0200 Subject: 1 --- interactor/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(){ -- cgit v1.2.3