Skip to content

Commit a72098c

Browse files
Remove Peter from a story match (#209)
1 parent c440d56 commit a72098c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

rlbot_gui/story/story-default.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@
172172
{
173173
"id": "CS-4",
174174
"humanTeamSize": 1,
175-
"opponentBots": ["snek", "peter"],
175+
"opponentBots": ["snek", "broccoli"],
176176
"max_score": "3 Goals",
177177
"map": "NeoTokyo",
178178
"display": "How does that car turn so fast?"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import setuptools
22

3-
__version__ = '0.0.149'
3+
__version__ = '0.0.150'
44

55
with open("README.md", "r") as readme_file:
66
long_description = readme_file.read()

0 commit comments

Comments
 (0)