fix ffa session

This commit is contained in:
Roman Trapeznikov 2020-04-11 15:02:46 +03:00
parent 08653c00e4
commit f6802dfed0

View File

@ -146,11 +146,6 @@ class Session:
# print('Would set host-session asset-reqs to:',
# required_asset_packages)
if team_names is None:
team_names = ['Good Guys']
if team_colors is None:
team_colors = [(0.6, 0.2, 1.0)]
# First thing, wire up our internal engine data.
self._sessiondata = _ba.register_session(self)