diff --git a/OshimaServers/Service/FunGameSimulation.cs b/OshimaServers/Service/FunGameSimulation.cs index e66c476..f31103d 100644 --- a/OshimaServers/Service/FunGameSimulation.cs +++ b/OshimaServers/Service/FunGameSimulation.cs @@ -245,7 +245,7 @@ namespace Oshima.FunGame.OshimaServers.Service if (PrintOut) Console.WriteLine(); // 总回合数 - int maxRound = isTeam ? 9999 : 999; + int maxRound = 9999; // 随机回合奖励 Dictionary effects = [];