From 653495d0ab05276bf82385e6f8aa96ef912cf6f3 Mon Sep 17 00:00:00 2001 From: Skyborg Date: Sun, 14 Jul 2019 17:24:19 +0100 Subject: [PATCH] Adding a common name to the cfg To detect or use. people call self driving car SDC, or skybot sky most of the time --- python_example/python_example.cfg | 3 +++ 1 file changed, 3 insertions(+) diff --git a/python_example/python_example.cfg b/python_example/python_example.cfg index 99dd157..f27d02b 100644 --- a/python_example/python_example.cfg +++ b/python_example/python_example.cfg @@ -25,3 +25,6 @@ github = https://github.com/RLBot/RLBotPythonExample # Programming language language = python + +# Common name that the community uses +common_name = Python example