From 68bf985ea72e12f1c2c92180b6d57bb3dbbaf527 Mon Sep 17 00:00:00 2001 From: libccy Date: Thu, 21 Apr 2016 16:54:46 +0800 Subject: [PATCH] e --- game/game.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/game/game.js b/game/game.js index d058b3396..fae092e4c 100755 --- a/game/game.js +++ b/game/game.js @@ -23788,7 +23788,6 @@ _status.dialogtouched=false; dialogtouched=true; } - if(!_status.event.parent) return; if(_status.dragged) return; if(_status.touchpopping) return; if(_status.reloading) return; @@ -23796,6 +23795,7 @@ _status.clicked=false; } else{ + if(!_status.event.isMine) return; if(ui.controls.length){ ui.updatec(); }