Skip to content

Commit f958b3b

Browse files
committed
Update chillin-server version
1 parent 49a026c commit f958b3b

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

PythonServer/gamecfg.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"app/ks/commands"
66
],
77
"allowed_teams": {},
8+
"allow_duplicate_team_nicknames": true,
89
"offline_mode": true,
910
"": "online configs",
1011
"match_id": "0"
@@ -39,9 +40,10 @@
3940
"game_handler": {
4041
"": "base game handler configs",
4142
"start_time": "2017-11-08 00:50",
42-
"start_waiting_time": 3,
43+
"start_waiting_time": 1,
4344
"": "realtime game handler configs",
4445
"cycle_duration": 0.5,
46+
"first_cycle_duration": 3,
4547
"max_total_commands": 200,
4648
"max_team_commands": 100,
4749
"max_agent_commands": 100,

PythonServer/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
chillin-server==2.2.0
1+
chillin-server==2.3.0
22
koala-serializer==0.8.0

0 commit comments

Comments
 (0)