fix: remove operator
feat: bump replication version
This commit is contained in:
parent
594b82f814
commit
96cc059d4f
@ -1 +1 @@
|
||||
Subproject commit 2b70ff0f8f73d2cf64607c17efb0ed4ae5316e6a
|
||||
Subproject commit 07a0cfed49617c6b8a17324975075c5354a6d37c
|
@ -195,7 +195,7 @@ class SessionPropertyRemoveOperator(bpy.types.Operator):
|
||||
|
||||
return {"FINISHED"}
|
||||
except:
|
||||
return {"CANCELED"}
|
||||
return {"CANCELLED"}
|
||||
|
||||
|
||||
class SessionPropertyRightOperator(bpy.types.Operator):
|
||||
@ -226,7 +226,7 @@ class SessionPropertyRightOperator(bpy.types.Operator):
|
||||
global client
|
||||
|
||||
if client:
|
||||
client.right(self.key, settings.clients)
|
||||
client.change_right(self.key, settings.clients)
|
||||
|
||||
return {"FINISHED"}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user