modified: CTF/backend/mypolicy

This commit is contained in:
2025-12-27 20:54:43 +08:00
parent 2593d31346
commit 8ef3f65ce9

View File

@@ -187,7 +187,6 @@ def plan_next_actions(req):
else:
continue
# Determine Obstacles: Avoid opponents if we are in enemy territory
player_moves[p["name"]] = myMap.guideance(p["posX"],p["posY"],dest[0],dest[1])
return player_moves