feat: show host serving address
This commit is contained in:
@ -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)
|
||||
|
||||
|
Reference in New Issue
Block a user