Browse Source

屏蔽以下20秒强制过

johnclot69 4 months ago
parent
commit
53c7de7530

+ 6 - 6
incubator-game/src/main/java/com/incubator/game/room/JDGDRoom.java

@@ -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: