|
@@ -492,8 +492,7 @@ public class GDRoom extends Room {
|
|
|
data.put("tributeInfo", tributeInfo);
|
|
|
data.put("state", 2);
|
|
|
data.put("time", !this.data.tributeList.isEmpty()? 40 : 20);
|
|
|
- Log.debug("玩家 : {}, 手牌 : {}", tmPlayer.data.name,
|
|
|
- CardUtils.printCards(tmPlayer.data.remainCards, this.data.curLevelPoint));
|
|
|
+ Log.debug("玩家 : {}, 手牌 : {}", tmPlayer.data.name, tmPlayer.data.remainCards);
|
|
|
tmPlayer.receive(CommonProto.Cmd.GameStateChange_VALUE, data);
|
|
|
}
|
|
|
}
|
|
@@ -756,8 +755,7 @@ public class GDRoom extends Room {
|
|
|
data.put("tributeInfo", tributeInfo);
|
|
|
data.put("state", 2);
|
|
|
data.put("time", !this.data.tributeList.isEmpty()? 40 : 20);
|
|
|
- Log.debug("玩家 : {}, 手牌 : {}", tmPlayer.data.name,
|
|
|
- CardUtils.printCards(tmPlayer.data.remainCards, this.data.curLevelPoint));
|
|
|
+ Log.debug("玩家 : {}, 手牌 : {}", tmPlayer.data.name, tmPlayer.data.remainCards);
|
|
|
tmPlayer.receive(CommonProto.Cmd.GameStateChange_VALUE, data);
|
|
|
}
|
|
|
}
|
|
@@ -861,8 +859,7 @@ public class GDRoom extends Room {
|
|
|
data.put("tributeInfo", tributeInfo);
|
|
|
data.put("state", 2);
|
|
|
data.put("time", 20);
|
|
|
- Log.debug("进还贡换牌...玩家 : {}, 手牌 : {}", tmPlayer.data.name,
|
|
|
- CardUtils.printCards(tmPlayer.data.remainCards, this.data.curLevelPoint));
|
|
|
+ Log.debug("进还贡换牌...玩家 : {}, 手牌 : {}", tmPlayer.data.name, tmPlayer.data.remainCards);
|
|
|
tmPlayer.receive(CommonProto.Cmd.GameStateChange_VALUE, data);
|
|
|
}
|
|
|
}
|