From 21eb03a128ed043d3e0d3acc1a1554da957c678e Mon Sep 17 00:00:00 2001 From: libccy Date: Sun, 5 Jun 2016 22:37:12 +0800 Subject: [PATCH] x --- game/game.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/game/game.js b/game/game.js index 008f5d706..a0c089671 100755 --- a/game/game.js +++ b/game/game.js @@ -12957,6 +12957,9 @@ next.content=lib.init.startOnline; if(observe){ next.custom.replace.target=function(player){ + if(!lib.configOL.observe_handcard&&lib.configOL.mode=='guozhan'){ + return; + } if(player.isAlive()){ if(!game.me.identityShown){ game.me.node.identity.firstChild.innerHTML='猜'; @@ -18914,7 +18917,7 @@ }; infoconfig.connect_observe_handcard={ name:'允许观看手牌', - init:true, + init:false, connect:true }; }