|
@@ -36,11 +36,6 @@ public class ZDRoom extends Room {
|
|
|
this.data.mode = jsonData.getInteger("mode");
|
|
|
this.data.modev = jsonData.getInteger("modev");
|
|
|
|
|
|
- // 连续打
|
|
|
- if (this.data.mode == 1) {
|
|
|
- this.data.maxRound = 9999;
|
|
|
- }
|
|
|
-
|
|
|
// 按局数
|
|
|
if (this.data.mode == 2) {
|
|
|
this.data.maxRound = jsonData.getInteger("modev");
|