refacotor: set thost by default

This commit is contained in:
Swann 2020-06-11 15:00:51 +02:00
parent c065b198d4
commit 54b01e4513
No known key found for this signature in database
GPG Key ID: 5E0D936BD280E963

View File

@ -344,9 +344,9 @@ class SessionProps(bpy.types.PropertyGroup):
name='session_mode',
description='session mode',
items={
('HOST', 'hosting', 'host a session'),
('CONNECT', 'connexion', 'connect to a session')},
default='HOST')
('HOST', 'HOST', 'host a session'),
('CONNECT', 'JOIN', 'connect to a session')},
default='CONNECT')
clients: bpy.props.EnumProperty(
name="clients",
description="client enum",