Skip to content

Commit ef47244

Browse files
committed
正式配置
1 parent 59203da commit ef47244

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

mods/copilot/maps/copilot-fin/copilot-fin.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ local BUFF_RADIUS_CELLS = 12 -- Buff生效半径(12格)
1010
local MAX_CONTROL_POINTS = 5 -- 最大控制点数量
1111

1212
-- Debug开关
13-
local DEBUG_ENABLED = true -- 是否启用debug输出
13+
local DEBUG_ENABLED = false -- 是否启用debug输出
1414

1515
-- 兵种类型
1616
local UNIT_TYPES = {
@@ -566,7 +566,7 @@ WorldLoaded = function()
566566

567567
debugMsg("Starting control point occupation check...")
568568
checkControlPointOccupation() -- 启动占领检查
569-
569+
570570
debugMsg("ControlPoint system fully initialized")
571571
end
572572

mods/copilot/maps/copilot-fin/rules.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Player:
55

66
World:
77
CopilotScoreService:
8-
TimeLimit: 1500
8+
TimeLimit: 7500
99
CopilotControlPoint:
1010
-CrateSpawner:
1111
LuaScript:

0 commit comments

Comments
 (0)