Skip to content

Commit 9965de4

Browse files
committed
open agent mode
1 parent d694d20 commit 9965de4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -493,7 +493,7 @@ end
493493

494494
-- === 入口 ===
495495
WorldLoaded = function()
496-
Trigger.SetAgentMode(false)
496+
Trigger.SetAgentMode(true)
497497
-- 获取玩家引用
498498
for _, p in ipairs(Player.GetAllPlayer()) do
499499
-- debugMsg(string.format("Player:%s", tostring(p.IsNonCombatant)))

0 commit comments

Comments
 (0)