File tree Expand file tree Collapse file tree 3 files changed +26
-1
lines changed
Expand file tree Collapse file tree 3 files changed +26
-1
lines changed Original file line number Diff line number Diff line change 11# ChangeLog
22
3+ ## [ 1.1.1] - 2024-12-01
4+
5+ ### Added
6+
7+ - added Neck_OffensiveInterceptNeck into idls
8+ - added HeliosBasicTackle into idls
9+ - added start-debug-agent.sh file
10+
11+ ### Fixed
12+
13+ - bug fixed in start-agent.sh
14+
15+ ### Changed
16+
17+ -
18+
19+ ### Developers
20+
21+ - [ NaderZare] ( https://github.com/naderzare )
22+
23+ =======
24+
325## [ 1.1.0] - 2024-11-17
426
527### Added
Original file line number Diff line number Diff line change 6262
6363# copy other files to the binary direcotry
6464file (COPY
65- formations-dt formations-keeper formations-taker player.conf coach.conf start -debug.sh start -offline.sh
65+ formations-dt formations-keeper formations-taker player.conf coach.conf start -debug.sh start -offline.sh start -debug-agent.sh
6666 DESTINATION ${PROJECT_BINARY_DIR} /bin
6767 )
Original file line number Diff line number Diff line change 1+ #! /bin/sh
2+
3+ ./start-agent.sh --offline-logging --debug --debug-server-connect ${1+" $@ " }
You can’t perform that action at this time.
0 commit comments