Skip to content

Commit 8fd5bf6

Browse files
authored
Transferred ownership of template to RLBot (#80)
1 parent dfd0d04 commit 8fd5bf6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rlbot_gui/bot_management/bot_creation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ def bootstrap_python_hivemind(hive_name, directory):
119119
print('created temporary directory', tmpdir)
120120

121121
download_and_extract_zip(
122-
download_url='https://github.com/ViliamVadocz/RLBotPythonHivemindExample/archive/master.zip',
122+
download_url='https://github.com/RLBot/RLBotPythonHivemindExample/archive/master.zip',
123123
local_folder_path=tmpdir)
124124

125125
safe_move(tmpdir / 'RLBotPythonHivemindExample-master', top_dir)

0 commit comments

Comments
 (0)