This commit is contained in:
DESKTOP-SAJ6RKV\Administrator 2025-05-28 14:47:08 +08:00
parent 548f5508ac
commit 8a151fa360

View File

@ -54,10 +54,10 @@ namespace GameLogic
// 设置游戏时长 // 设置游戏时长
m_GameTimerLen = EventConts.gameLenTiemr; m_GameTimerLen = EventConts.gameLenTiemr;
if (GameModule.Setting.GetInt("gameLenTiemrId") != 0) //if (GameModule.Setting.GetInt("gameLenTiemrId") != 0)
{ //{
m_GameTimerLen = GameModule.Setting.GetInt("gameLenTiemrId"); // m_GameTimerLen = GameModule.Setting.GetInt("gameLenTiemrId");
} //}
// 设置数据同步 // 设置数据同步
GiftEffectBool = GameModule.Setting.GetBool("GiftEffect"); GiftEffectBool = GameModule.Setting.GetBool("GiftEffect");