|
@@ -90,12 +90,12 @@ public class JDGDRoom extends Room implements GRoomInterface {
|
|
|
}
|
|
|
} else {
|
|
|
// 20秒未操作,强制过
|
|
|
- if (this.data.time >= 20) {
|
|
|
- logger.debug("强制操作过...");
|
|
|
- this.playerPass(this.data.currentPlayer);
|
|
|
- this.data.flag = true;
|
|
|
- this.data.time = 0;
|
|
|
- }
|
|
|
+// if (this.data.time >= 20) {
|
|
|
+// logger.debug("强制操作过...");
|
|
|
+// this.playerPass(this.data.currentPlayer);
|
|
|
+// this.data.flag = true;
|
|
|
+// this.data.time = 0;
|
|
|
+// }
|
|
|
}
|
|
|
break;
|
|
|
case 3:
|