feat: show host serving address

This commit is contained in:
Swann
2020-06-17 22:11:20 +02:00
parent 2bdbfb082b
commit 5199a810cd
4 changed files with 38 additions and 3 deletions

View File

@ -117,6 +117,9 @@ class SessionStartOperator(bpy.types.Operator):
# Host a session
if self.host:
runtime_settings.is_host = True
runtime_settings.internet_ip = environment.get_ip()
for scene in bpy.data.scenes:
client.add(scene)